Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

hide/surpass 0% in the visual using dax measure

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 .

surpass0%.png

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Anonymous -

You can do something like:

Your Measure =
var a = <your calculation>
return IF(a = 0, BLANK(), a)

Cheers!

Nathan

View solution in original post

1 REPLY 1
Anonymous
Not applicable

@Anonymous -

You can do something like:

Your Measure =
var a = <your calculation>
return IF(a = 0, BLANK(), a)

Cheers!

Nathan

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors