Forum Discussion
DarshanKumar
3 months agoHelper II
How to hide visuals for end user
Hi, I have a dashboard whihc has got the visuals for HC and Attrition. I have a requirement for one of the user only needs to see the HC visual but not the attrition and other visuals. Is there a wa...
- 3 months ago
You can create a measure that checks the current user's email against a security table and returns 1 or 0, then use it as a visual-level filter to blank out restricted visuals.
123abc
3 months agoCommunity Champion
Hi,
Its not possible to hide visual directly for any user but you can achieve by RLS "row level security" to hide unwandted visules show blank or OLS "object level security" to hide data behined them.
follwing Tutorial how to do this, its tested and practical:
https://www.youtube.com/watch?v=PAX5GP9SkTA
I hope this helps!
If you found this answer helpful:
Mark it as the solution to help others find it faster.
Give it a kudo to show your appreciation!
Thank you for being an awesome community member!