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

Is it possible to join two matrix/table?

I have two tables/matrices with common categorical row. Is it possible to do inner join on these two tables/matrices on that common dimension?

I need to merge these two matrices 

CrimsonDawn_0-1650431569190.png

 

5 REPLIES 5
v-yalanwu-msft
Community Support
Community Support

Hi, @Anonymous ;

In a matrix directly FIN_TAT put ADJ_TAT after it is ok, can you simply file to remove sensitive information? Not familiar with the raw data model?


Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Anonymous , That will create a many to many join create a common dimension and join with that

 

category= distinct(union(distinct(Table1[category]),distinct(Table2[category])))

 

https://www.seerinteractive.com/blog/join-many-many-power-bi/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

They're created using same table. This is the matrices

CrimsonDawn_0-1650431744015.png

 

@Anonymous , Not sure, But the screenshot was not there when I checked last If Adj TAT and final TAT are columns you can add them to the matrix. , But if they are values of two different columns then some modelling is required

 

Can share raw/source data data

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Is it possible to create them as variable table and join them?

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