Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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 := CALCULATE(COUNTROWS(DISTINCT('Event'[RKey])), FILTER('Event', 'Event'[level] > 5))
When I use this for a query I am getting wrong data. I am seeing data for Keys that doesn't have any event on that particular day.
Please help me in understanding what I am doing wrong.
Thanks in advance.
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,
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 38 | |
| 37 | |
| 28 | |
| 25 |
| User | Count |
|---|---|
| 124 | |
| 87 | |
| 70 | |
| 66 | |
| 65 |