Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hi I have two tables. I need to take the info from both tables and make one big table. No row should be a duplicate however if it is I do not want it to combine I just want both to be there. I saw a Union function in DAX but my rows are not in the same order and I also am not sure how to work that. Wondering if im on the right track. Could this also be done in a relationship? If so what woud the relationship cardinality be?
Solved! Go to Solution.
You can follow these steps and learn how to append two or more tables in powerquery
https://learn.microsoft.com/en-us/power-query/append-queries
You can follow these steps and learn how to append two or more tables in powerquery
https://learn.microsoft.com/en-us/power-query/append-queries
My advice would be to use the UI of powerquery. Just rearrange the columns in power query editor to ensure the columns of both tables are in the same order. Then use the append fuction in the UI to get the result you want.
If you have duplicate rows you can also easily remove these through the powerquery UI with the remove duplicates function.
This would probably solve your problem in a few clicks
Hi! Thank you, would you mind providing a screenshot, im not sure how use append function or to rearrange
Check out the May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.