Forum Discussion
rmeng
Helper II
5 years agoDistinct Count Total
Hello, I have a table with a measure # TierJav = DISTINCTCOUNT(JAVELLIN[ACCOUNT_TIER]). The purpose is to have a measure to give me this result instead: That has the distinct co...
Angith_Nair
Continued Contributor
5 years agoHi rmeng ,
Try with this measure..
Measure =
CALCULATE ( DISTINCTCOUNT ( JAVELLIN[ACCOUNT_TIER] ), ALL ( DIMCALENDAR ) )
rmeng
Helper II
5 years agoSorry for the late response, but the result still bring 1 instead of 2 in #TierJav Measure.
I also though that could be the answer.
- Angith_Nair5 years ago
Continued Contributor
Could you please share the pbix file so that I can look into the issue...?
- rmeng5 years ago
Helper II
Sure, let me first create a new PBIX because this is sensitive data. Thanks