Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
MHac
Regular Visitor

Matrix Visual - possible to add 2 different Dimension into columns

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

 

AmountJanFebMarEMAILPHONESHOP
Produkt 1100300400100 700
Produkt 2200 3005050400
Produkt 3500 500100100300
...      
...      

 

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

3 REPLIES 3
v-xiaotang
Community Support
Community Support

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.

tamerj1
Super User
Super User

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

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.