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!

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

1 Reply

  • MarcelBeug's avatar
    MarcelBeug
    Community Champion

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