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...
mhdilyas2008
3 years agoFrequent Visitor
can you please give example here
fatcing the specific column data from multiple tables
BradZehr
3 years agoAdvocate II
= Table.Combine({Source, Table.SelectColumns(#"TableName", {"Column 1", "Column 2"})})- BradZehr3 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.