Forum Discussion
aka
9 years agoHelper II
Merging two unrelated tables
I want to merge two data source one is in EDW and other is an excel file they dont have any similar columns between them,
can i still merge them?
Yes. Some Power Query options, depending on how you want the result to look like (as you forgot to mention):
- Add an Index to each table and join on that index.
- Use table.Combine or just Table1 & Table2
You might want to synchronize some column names to get data in the same columns.
1 Reply
- MarcelBeugCommunity Champion
Yes. Some Power Query options, depending on how you want the result to look like (as you forgot to mention):
- Add an Index to each table and join on that index.
- Use table.Combine or just Table1 & Table2
You might want to synchronize some column names to get data in the same columns.