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 ) )