Forum Discussion
Show and hide R visual
- 7 years ago
Hello Anonymous and thaks for your support, I'm out of time now and I kinda solve my problem creating differente visuals , using bookmarks unckecking the data option and with different buttons triggering those bookmarks. Anyway I'd try your suggestion for a v2 of my model.
Thanks to all!
:smileyvery-happy:
Hi SebastianLM,
You can write measure with dax function to create variable to stored selected value form slicer. Add if statement to check selected value, if matched to condition, return 'Y', other return 'N'.
After above steps, drag this measure to visual level filter of R visual.
Switch filter mode to 'is', filter item to 'Y'. Then you can use slicer to control R visual display or not display records.
Regards,
XIaoxin Sheng
Hello Anonymous and thaks for your support, I'm out of time now and I kinda solve my problem creating differente visuals , using bookmarks unckecking the data option and with different buttons triggering those bookmarks. Anyway I'd try your suggestion for a v2 of my model.
Thanks to all!
:smileyvery-happy: