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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Henrik_99
Resolver I
Resolver I

Count in Matrix visual

Hi,

I have a scenario where i have 3 tables for data in tables A, B and C with multiple codes.  I am using matrix visual to count of Id AA, BB and CC. I have tried using All, AllSelected & All except in measures.

 

Model is as follows:

Model.JPG

 

Note: Below Expected result is what i need to get. Column AA and BB does not count all respective rows.

 

Matrix.JPG

 

Capture.JPG

 

Please help me to get the overall total 

 

Thanks.

 

Cheers

Henrik

1 ACCEPTED SOLUTION

Thank you for your reply.

View solution in original post

3 REPLIES 3
Greg_Deckler
Community Champion
Community Champion

@Henrik_99 First, please vote for this idea: https://ideas.powerbi.com/ideas/idea/?ideaid=082203f1-594f-4ba7-ac87-bb91096c742e

This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376

Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907

Also: https://youtu.be/uXRriTN0cfY
And: https://youtu.be/n4TYhF2ARe8

 

Sorry, having trouble following, can you post sample data as text and expected output?
Not really enough information to go on, please first check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882

Also, please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Hi  Greg_Deckler

 

Thanks for your reply and links.

 

m_act = COUNTROWS('AA')
 
m_Total 1 =
VAR __table = SUMMARIZE('AA',[A],"__value",[m_act])
RETURN
IF(HASONEVALUE('AA'[A]),[m_act],SUMX(__table,[__value]))
 
As you see below, it is not calculating the total of rows. Sum should be equal 8.
 
Capture.JPG
Cheers
Henrik

Thank you for your reply.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon & SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.