Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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