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
is there any way where i can hide the 0% values of calculated measure showing in the visual. i can use the visual filters but i am looking something if i can achieve using dax here .
Solved! Go to Solution.
@Anonymous -
You can do something like:
Your Measure = var a = <your calculation> return IF(a = 0, BLANK(), a)
Cheers!
Nathan
@Anonymous -
You can do something like:
Your Measure = var a = <your calculation> return IF(a = 0, BLANK(), a)
Cheers!
Nathan
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 |
|---|---|
| 104 | |
| 82 | |
| 72 | |
| 46 | |
| 35 |