Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi All,
I'm not very familiar with DAX and am struggling to combine data from two tables in a table or matrix visualization. The two tables in question do not have a direct relationship to each other, but rather through a third table. However when I try the RELATED function to pull in values from one or the other, the relevant tables are not available. Even when trying RELATED in the third table that should link them both, neither is available.
The end goal is to have something like:
= 'Table1'[Column4]/'Table2'[Column2]
The table visualization itself does display data from both my tables, although I'm having another error there. I don't have data in both tables for the entirety of the time period, but the table appears to be multi-matching the available data to all points in time.
Any suggestions?
Thanks
Don't forget that a RELATED function can only work on the * side of an 1 to * relationship.
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 21 | |
| 18 | |
| 11 |
| User | Count |
|---|---|
| 56 | |
| 54 | |
| 43 | |
| 36 | |
| 34 |