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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

How to show a merge between entities

Hello guys

 

I want to use Power BI to make a visualisation of a merge between many companies. For example, 5 companies will merge into just 1 company. Any idea how can I do that on Power Bi Desktop? 

 

Thanks!

1 ACCEPTED SOLUTION
v-xicai
Community Support
Community Support

Hi @Anonymous ,

 

If the 5 companies are 5 separated columns in the same table, you might click on the 5 companies at the same time in Query Editor, then right click to choose "Unpivot Columns" option to combine these columns into one.

 

If the 5 companies are in 5 tables and you would like to have one separated company column, you might create new calculated table using DAX below.

 

New calculated Table = UNION(DISTINCT(Table1[compan1]),,, DISTINCT(Table5[compan5]))

 

If you need to merge 5 tables which contain 5 companies in each table, see how to merge: Append vs. Merge in Power BI and Power Query .

 

Best Regards,

Amy

 

Community Support Team _ Amy

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-xicai
Community Support
Community Support

Hi @Anonymous ,

 

If the 5 companies are 5 separated columns in the same table, you might click on the 5 companies at the same time in Query Editor, then right click to choose "Unpivot Columns" option to combine these columns into one.

 

If the 5 companies are in 5 tables and you would like to have one separated company column, you might create new calculated table using DAX below.

 

New calculated Table = UNION(DISTINCT(Table1[compan1]),,, DISTINCT(Table5[compan5]))

 

If you need to merge 5 tables which contain 5 companies in each table, see how to merge: Append vs. Merge in Power BI and Power Query .

 

Best Regards,

Amy

 

Community Support Team _ Amy

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

TomMartens
Super User
Super User

Hey,

maybe a Sankey plot can help: https://powerbi.microsoft.com/de-de/blog/visual-awesomeness-unlocked-sankey-diagram/

Regards,
Tom


Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors