Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |