Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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. ...
  • Jimmy801's avatar
    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