Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

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!
  • MarcelBeug's avatar
    9 years ago

    You can use the Append option, which results in code like: = Table.Combine({Table1, Table2})