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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
sandrasanchez
Advocate I
Advocate I

sum measure doesn't works

Hi everybody,

I have a report with a measure:

Número de Usuarios = DISTINCTCOUNT(mks_customerproductuserSet[Usuario])

If I put a table with this measure, the total row doesnt make sense, why??

 

mks_ProductURLNúmero de Usuarios
https://emprion.2
https://gfp4
https://saznn219
https://sddff23
https://formaci11

https://hospitalesbio

Total

2

246

 

Total should be : 2 + 4 + 219 + 23+11+2 = 261

Thanks so much!!!

 

1 ACCEPTED SOLUTION
donsvensen
Continued Contributor
Continued Contributor

Hi,

 

Your measure will return the distinctcount of your field at the total level as well.

 

So if the [Ususraio] field contains the same name in diffent URL then it will count as 1 at the total level and not 2

 

You have to modify your measure to act differently at total level if you want another result.

 

br

Erik

View solution in original post

2 REPLIES 2
donsvensen
Continued Contributor
Continued Contributor

Hi,

 

Your measure will return the distinctcount of your field at the total level as well.

 

So if the [Ususraio] field contains the same name in diffent URL then it will count as 1 at the total level and not 2

 

You have to modify your measure to act differently at total level if you want another result.

 

br

Erik

thanks so much!!!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors