Forum Discussion
Anonymous
9 years agoNot applicable
Combining Tables with identical fields
Hello,
Im sure this is a simple one, I hope :-)
I have 2 tables with identical fields (columns). Using Query, how do I combine these into 1 complete table?
Thanks!
You can use the Append option, which results in code like: = Table.Combine({Table1, Table2})
1 Reply
- MarcelBeugCommunity Champion
You can use the Append option, which results in code like: = Table.Combine({Table1, Table2})