Forum Discussion
Anonymous
5 years agoNot applicable
Merging data from 3 tables
Hi, I would like to merge data from 3 tables, into 1 table. I tried doing the relationship between dates, but I get missing data, and some data is duplicated. Not all dates are the same in tables. ...
- 5 years ago
Hello Anonymous
use the function Table.Combine like this
Table.Combine({TABLE1, TABLE2, TABLE3})Copy paste this code to the advanced editor in a new blank query to see how the solution works.
If this post helps or solves your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
Kudoes are nice too
Have fun
Jimmy
Jimmy801
5 years agoCommunity Champion
Hello Anonymous
use the function Table.Combine like this
Table.Combine({TABLE1, TABLE2, TABLE3})
Copy paste this code to the advanced editor in a new blank query to see how the solution works.
If this post helps or solves your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)
Kudoes are nice too
Have fun
Jimmy