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!
Solved! Go to Solution.
You can use the Append option, which results in code like: = Table.Combine({Table1, Table2})
You can use the Append option, which results in code like: = Table.Combine({Table1, Table2})
User | Count |
---|---|
328 | |
131 | |
83 | |
78 | |
46 |
User | Count |
---|---|
376 | |
220 | |
115 | |
108 | |
107 |