Forum Discussion
Hopeful question
- Anonymous5 years ago
Hi Anonymous ,
I updated my sample pbix file, you can get it from this link. The updated information as below:
1. Add a Text Filter visual
2. Create a measure as below and create two mask cards used this measure
Message = IF( ISFILTERED('Fruits'[Fruit]), "", "You must input any value in text filter to see the results" )3. Create a measure to display or hidden the cards and format the background color of mask cards with this measure
Make Transparent = IF( ISFILTERED('Fruits'[Fruit]), "#FFFFFF00", "White" )Best Regards
Rena
Hi, Anonymous , I think here's a solution to your issue, pls refer to this old post,
https://community.powerbi.com/t5/Desktop/Bookmark-on-slicer-selection/td-p/307164
- Anonymous5 years agoNot applicable
Hi CNENFRNL
Thansk for taking the time to respond. Indeed, that thread came up when I was searching for answers to this particular problem.
That thread talks about data in tables, whereas my query revolves around the visibility of the card visual.
Appreciate you responding though 🙂
- Anonymous5 years agoNot applicable
Does anyone else have any ideas on this subject?
- Anonymous5 years agoNot applicable
Hi Anonymous ,
I created a sample pbix file for you, please check whether that is what you want.
Best Regards
Rena