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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hey guys,
I've got the following revenue Matrix visualized, based on table called Source.
However I'd like to combine the revenue goals with this table. (Table called Goals)
Dragging these values into the visual doesn't work, because they are in 2 seperate tables. Result is this:
Joining the two tables in such a way that the goal is present in every line, and then using 'min' or 'max' or 'avg' values does get the correct amount per "Fonds". However the Total is not what I want. Result is this:
Any alternative way I can make this work?
With kind regards,
Lazzanova
Solved! Go to Solution.
Create a dimension table for Fonds like
Fonds Table = DISTINCT( UNION(
ALLNOBLANKROW( Source[Fonds]),
ALLNOBLANKROW( Goals[Fonds])
))then create one-to-many relationships from the new table to both existing tables and use the column from the new table in your matrix visuals
The Goals table already is a dimensions table. But hey, your reply helped me get to the solution 😉 Thanks!
Create a dimension table for Fonds like
Fonds Table = DISTINCT( UNION(
ALLNOBLANKROW( Source[Fonds]),
ALLNOBLANKROW( Goals[Fonds])
))then create one-to-many relationships from the new table to both existing tables and use the column from the new table in your matrix visuals
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 20 | |
| 11 | |
| 10 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 34 | |
| 30 | |
| 19 | |
| 12 | |
| 11 |