Forum Discussion
Anonymous
6 years agoNot applicable
Conditional Formatting using Dax for Transparency
Hello all, In the report below I am using a DAX measure that returns the colour I want for a Shape/Button background. This way I can hide and unhide the Facebook, Twitter and Linkedin Icons. ...
v-xicai
6 years agoCommunity Support
Hi Anonymous ,
You may try to change the function SELECTEDVALUE to ISFILTERED in your formula.
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous6 years agoNot applicable
The issue is not testing the condition, it is the returned value of the condition.
The condition returns TRUE. The outcome should be transparent.
It is not. It is either 100% transparent or 0% even if you make if "#XXXXXX30" e.g.- kurtschron5 years agoRegular Visitor
Did you ever find a solution to this?
- harshadrokade4 years agoPost Partisan
Did you fins solution to this?