Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

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.

Reply
nhodges
Helper I
Helper I

Combining info from two tables to make one big table

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?

1 ACCEPTED SOLUTION
ChielFaber
Solution Supplier
Solution Supplier

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

View solution in original post

4 REPLIES 4
ChielFaber
Solution Supplier
Solution Supplier

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

ChielFaber
Solution Supplier
Solution Supplier

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

Hello, @ChielFaber column names matter, not their order. 

 

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

Check out the May 2025 Power BI update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

May 2025 Monthly Update

Fabric Community Update - May 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors