Forum Discussion
Showing visual only when slicer selected
- 5 years ago
Hi Anonymous ,
I tried the following measure for transparency at my end without SWITCH statement and it works for me:
Make Transparent =IF(ISFILTERED(ClothingSales[Category]),"#FFFFFF00","#FFFFFF")Try this and see if it works.Also, in your measure, you are missing "#" from 2nd condition. You are just using "FFFFFF". It should be "#FFFFFF'.Thanks,Pragati - 5 years ago
Hi Anonymous ,
I wrote a blog sometime back on similar functionality. Can you check once if you are following all these similar steps:
If still it doesn't work, then share your pbix file by removing any sensitive information from it.
Also I am wondering; if this was not working then why was the solution accepted. 🙂
Thanks,
Pragati
HI Anonymous ,
I mentioned in my previous response that I am using a measure on my matrix and I am able to apply visual level filter.
Are you saying against Filter Selected measure, you are not able to chnage selection using dropdown as shown below:
You need to select is option from dropdown. --> Then write "1" in the next box --> Then APPLY
If this doesn't work, try following:
Filter Selected measure is based on your CUSTOMER NAME column.
I suggest moving CUSTOMER NAME and COUNT measure to your matrix visual.
Then try applying Filter Selected as a visual level filter to your matrix. This should work.
Hi Pragati11 ,
Thank you very much for your inputs. Your given solution solved my problem. I appreciate your help.
- Pragati112 years ago
Super User
HI Anonymous ,
If the solution helped and solved your issue, don't forget to mark my response as a solution.
This may just help someone else in the future on the forum. 🙂