Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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_ProductURL | Número de Usuarios |
| https://emprion. | 2 |
| https://gfp | 4 |
| https://saznn | 219 |
| https://sddff | 23 |
| https://formaci | 11 |
Total | 2 246 |
Total should be : 2 + 4 + 219 + 23+11+2 = 261
Thanks so much!!!
Solved! Go to Solution.
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
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!!!
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.