Forum Discussion
Anonymous
3 years agoNot applicable
PowerQuery in Excel - adding columns based on a List.
Hi all, I have a question. So Let say I have Table with any data, then I have a list with Columns I wish to add: {"NewCol1", "NewCol2", "NewCol3"} the list is manualy verified ( what ccan y...
AlienSx
Super User
3 years agoHi, Anonymous
List.Accumulate(your_list, MyTable, (s, c) => Table.AddColumn(s, c, each null))