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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Matrix Help.

I am trying to replicate this Matrix in Power BI:

 

Capture.PNG

 

I can create the subtotal percentage and the counts. But, when I include the months into Columns, then  % subtotals no longer make sense. 

 

Here is my dax to calculate the % Subtotal:

 

%Total (Count) =
CALCULATE ( DISTINCTCOUNT( (Query1[item_No] ) )
/ CALCULATE (
DISTINCTCOUNT( Query1[item_No] ),
ALLEXCEPT ( Query1, Query1[SubCategory])
))

 

 

Thank you in advance for any of you, who are willing to help. I am but a humble servant. 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

I was able to figure it out. Just needed to add Month into the allexcept statement

View solution in original post

1 REPLY 1
Anonymous
Not applicable

I was able to figure it out. Just needed to add Month into the allexcept statement

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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