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
User | Count |
---|---|
64 | |
59 | |
47 | |
32 | |
31 |
User | Count |
---|---|
84 | |
73 | |
52 | |
50 | |
44 |