Bonjour à tous !
Une proposition de requête :
let
Source = Excel.CurrentWorkbook(){[Name = "tSource"]}[Content],
AjtLigne = Table.InsertRows(
Source,
Table.RowCount(Source),
{
[
ALPHA = "ZZZ",
BRAVO = "EEE",
CHARLIE = "RRR",
SITE = "CSM",
Montant 1 = 0,
Montant 2 = 0,
Montant 3 = 0
]
}
)
in
AjtLigne
Elle retourne ceci :