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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Sebastian
Advocate III
Advocate III

Wrong Total in Matrix while using Distinctcount

Hi all,

 

is there a problem with the Matrix visual if u use distinctcount? The subtotals are all right but the total at the end is wrong.

Did someone have an idea?

 

 

Thanks.

1 ACCEPTED SOLUTION

That is what I thought...

 

If a customer bought something in february and march, it will only be counted once for february, once for march, and once for the total. This is what DISTINCTCOUNT does.

 

In your case, you may want to use a SUMX function in your measure to force the results you want.

 

Edit: How should the measure behave when you show your data on a daily basis? Again, if a customer bought something on the first and the second of january, how many times should it be counted for the month of january (subtotals).

 

 

 

 

View solution in original post

6 REPLIES 6
LaurentCouartou
Solution Supplier
Solution Supplier

What do you mean with "wrong"? Can you provide an example?

 

If you expect totals to be the sum of subtotals, just remember DISTINCTCOUNT is not additive.

 

I would like to count all different Customer of each month which bought something

 

For example

 

Month    Distinct Count

------------------------

January   15

Feb         10

March     12

-------------------------

Total       37

 

But the Matrix shows as total 30 for example. And this is wrong.

Hello Sebastian,

 

You have to create one caluclated coloumn that gives you concatenation of both "Month" and "Customer" then you can take distict count of the new caluclated coloumn.

 

Clauclated cloumn = 'Table'[Month] & 'Table'[Customer].

 

Please let me know you need more information.

That is what I thought...

 

If a customer bought something in february and march, it will only be counted once for february, once for march, and once for the total. This is what DISTINCTCOUNT does.

 

In your case, you may want to use a SUMX function in your measure to force the results you want.

 

Edit: How should the measure behave when you show your data on a daily basis? Again, if a customer bought something on the first and the second of january, how many times should it be counted for the month of january (subtotals).

 

 

 

 

ah ok. Haven't understand what you have meaned before. Sorry for that.

Thanks for ur answer. I'll try it with sumx.

 

Thank you.

Hi All,

 

Couled please share me the dax please.

 

I got same problem.

 

Thanks,

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.