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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Anonymous
Not applicable

How to I combine two measured tables? DAX preferred.

I have two measured tables. Both have the same number of columns and have the same name. 

One of the columns of both tables has id's and an other one has a label number for each row. The other columns are needed information for an other process.

The combined table should exchange all rows of table 1 with all rows of table 2 based of the id's. 

3 REPLIES 3
Shubham_Tekade
Frequent Visitor

Hello @Anonymous ,

refer to - https://www.youtube.com/watch?v=KS1pEC2kSyo

Thanks,

Shubham

 

Idrissshatila
Super User
Super User

Hello @Anonymous ,

 

You could use the union function.

Check it here https://dax.guide/union/

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Follow me on Linkedin



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Anonymous
Not applicable

Thanks for your response @Idrissshatila.

I tried that but I don't want a simple fusion of these tables.

All rows of table 1 with the same id in the id column of table 2 should be exchanged with these rows of table 2.

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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