Forum Discussion
Anonymous
3 years agoNot applicable
Power BI hide/show slicer based on RLS
Hi all! I need to hide a slicer for a specific user's group (with RLS). I've tried using the DAX measure: IF(HASONEFILTER([Slicer field]), 1, 0) and applying it on the visual level filter. My ...
- 3 years ago
Hi Anonymous ,
You can toggle the visibility of the header icons here:
Otherwise my advice would be that you create two seperate pages for the app. Then have two audiences in the app, one for the RLS and one for the non-rls. You can hide the irrelevant pages related to each audience of the app.
Hope this helps,
J
Died
2 years agoNew Member
Can you please tell me how you achieved hiding this visual/slicer for a whole group