Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
hello,
I have two matrix table. They have the same data for the row but have different measures in the values. Is there a way to join these table on the Viz(report)?
| Table 1 | Table 2 | ||||
| Actual | Budget | Variance | |||
| USA | 100 | 50 | USA | 50 | |
| Germany | 100 | 100 | Germany | 0 | |
| Canada | 100 | 100 | Canada | 0 |
| Final table | |||
| Actual | Budget | Variance | |
| USA | 100 | 50 | 50 |
| Germany | 100 | 100 | 0 |
| Canada | 100 | 100 | 0 |
@Anonymous best practice is to create a dimension table with countries and have a relationship with these two tables and then everything should be straight forward.
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@Anonymous , Nor very clear. You can create a common country dimension and them against it
country = distinct(union(all(Table1[country]),all(Table1[country])))
Join with two tables
Unfortunately, the solutions do not work. How can I share/attach the sample Power BI dashboard on the forum?
@Anonymous use onedrive /google drive to share.
Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!
Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo
If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 80 | |
| 63 | |
| 50 | |
| 45 |