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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
msprog
Helper II
Helper II

Totals on Matrix visual

Hi 

I am looking at the Matrix visual in PBI .

I have a dataset like this ,  This is sample mockup dataset, but the business could put a product into mutiple categories

for e,g Product1 can belong to Cat1 and Cat2

 

msprog_0-1669852094390.png

I would like this in a matrix visual with the distinct counts for each category. Plus a grand Total 

 

msprog_1-1669852239356.png

For some reason the total is coming as 6 when it should have been 12. 

Any pointers to how this could be achieved please

1 ACCEPTED SOLUTION
v-stephen-msft
Community Support
Community Support

Hi @msprog ,

 

You can create a measure as 

Count of Product = var _tab=SUMMARIZE('Table',[Category],"count",DISTINCTCOUNT('Table'[Product]))
return SUMX(_tab,[count])

vstephenmsft_0-1672122437556.png

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-stephen-msft
Community Support
Community Support

Hi @msprog ,

 

You can create a measure as 

Count of Product = var _tab=SUMMARIZE('Table',[Category],"count",DISTINCTCOUNT('Table'[Product]))
return SUMX(_tab,[count])

vstephenmsft_0-1672122437556.png

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Shahfaisal
Solution Sage
Solution Sage

If you create a calculated column by concatenating Category and Product, and then create a distinct count measure using this column, would that give you what you are looking for?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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