Forum Discussion
Anonymous
8 years agoNot applicable
How to append only specified columns?
Hi, I am appending several tables into 1 big table. I don't need all the columns so I have manually deleted the unnecessary columns after the append. Please can you tell me how to specify which c...
BradZehr
3 years agoAdvocate II
= Table.Combine({Source, Table.SelectColumns(#"TableName", {"Column 1", "Column 2"})})BradZehr
3 years agoAdvocate II
Sorry, that was multiple columns from the same table.
- mhdilyas20083 years agoFrequent Visitor
look like it is from same table.
i have multiple tables, anyway to archive.
Appreciate your support.