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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi everyone,
I am using the following DAX to mask earners < 5.
My goal is to adapt the DAX to my use case - maintain the totals but mask any values less than 5.
Any nudge is greatly appreciated. This is fake data but the problem is real.
Luis
Solved! Go to Solution.
The measure is fine, but when you go down to the granularity of campus and certification there is only 1 row in the table for each combination, so countrows returns 1 and everything gets masked. To see a mix of masked and non-masked values you would need to go to a higher granularity.
The measure is fine, but when you go down to the granularity of campus and certification there is only 1 row in the table for each combination, so countrows returns 1 and everything gets masked. To see a mix of masked and non-masked values you would need to go to a higher granularity.
Hi @johnt75 ,
Thank you! I should have realized that this is summarized data.
Your nudge helped me figure out the DAX.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 9 | |
| 9 | |
| 8 | |
| 6 | |
| 6 |
| User | Count |
|---|---|
| 20 | |
| 20 | |
| 20 | |
| 14 | |
| 14 |