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!
- 9 years ago
You can use the Append option, which results in code like: = Table.Combine({Table1, Table2})
MarcelBeug
9 years agoCommunity Champion
You can use the Append option, which results in code like: = Table.Combine({Table1, Table2})