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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Chris123
New Member

Count values matrix

If i have a Matrix with different categories in the first column and ordering numbers that includes the specific category in the second column. How do count how many ordering numbers there are in each category?


1 REPLY 1
v-huizhn-msft
Microsoft Employee
Microsoft Employee

Hi @Chris123,

I create sample table. There are categories in the first column and another sun-categories.

1.PNG

Create a measure. 

Measure = CALCULATE(SUM(Table6[number]),ALLEXCEPT(Table6,Table6[category],Table6[sub-category]))


Create a matrix. Select the category as row level, and sub-category as column level, please see the following screenshot.

2.PNG

If this is not what you want, please post your sample data for further analysis?

Best Regards,
Angelia

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.