Bonjour à tous !
Une approche possible :
let
Source = Excel.CurrentWorkbook(){[Name="LIBELLES"]}[Content],
Filtre = Table.SelectRows(Source, each ([LIBELLES] <> "null")),
Insert = Table.InsertRows(Filtre,Table.RowCount(Filtre), {Filtre{0}})
in
Insert
A adapter.