Forum Discussion
rmeng
5 years agoHelper II
Distinct 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 count of ACCOUNT_TIER added in row, removing filter context of Month_YEAR (ALL Function I suppose).
Month_YEAR is a column from DIM CALENDAR not from the Fact Table JAVELLIN.
Can you help me with this?
Thanks
5 Replies
- Angith_NairContinued Contributor
Hi rmeng ,
Try with this measure..
Measure = CALCULATE ( DISTINCTCOUNT ( JAVELLIN[ACCOUNT_TIER] ), ALL ( DIMCALENDAR ) )- rmengHelper II
Sorry 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_NairContinued Contributor
Could you please share the pbix file so that I can look into the issue...?