Forum Discussion
a4apple
9 years agoHelper I
Need help with DAX Query DISTINCT Count
Hi all, I have a table where I am using a measure to find the count of distinct Rkey's in a table that has the level > 5. The DAX statement I am using is giving me wrong data. Measure 1 := C...
v-sihou-msft
9 years agoMicrosoft Employee
In this scenario, since you alread filter out the "'Event'[level] > 5" table context, it supposes to return BLANK() for Keys with no Event. I can't reproduced your issue.
Please share some sample data if possible.
Regards,