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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello,
I try the following with the matrix visual:
I want to visualize the amount of different products by month and by distribution group in one matrix
Amount | Jan | Feb | Mar | PHONE | SHOP | |
Produkt 1 | 100 | 300 | 400 | 100 | 700 | |
Produkt 2 | 200 | 300 | 50 | 50 | 400 | |
Produkt 3 | 500 | 500 | 100 | 100 | 300 | |
... | ||||||
... |
It is a star schema where the Produkts are in the Produkt_Dimension, the months belong to the Calendar_DIMENSION and the Distribution Channels belong to the DISTRIBUTION_DIMENSION. The Amount is in the facts.
I don't find a way to include the second grouping (distribution Channel).
Is this possible with the matrix visual?
best regards
Marco
Hi @MHac
Thanks for reaching out to us.
I just want to confirm if you resolved this issue? If yes, you can accept the answer helpful as the solution or share you method and accept it as solution, thanks for your contribution to improve Power BI.
If you need more help, please let me know.
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hi @MHac
You need to CROSSFILTER the relationship between DISTRIBUTION_DIMENSION and FACT. Something like
=
CALCULATE (
SELECTEDVALUE ( DISTRIBUTION_DIMENSION[Column] ),
CROSSFILTER ( DISTRIBUTION_DIMENSION[PrimaryKey], FACT[ForeignKey], BOTH )
)
Thanks for this idea -I will try and let you know.
best regards
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
10 | |
6 | |
4 | |
3 | |
3 |
User | Count |
---|---|
13 | |
11 | |
8 | |
8 | |
8 |