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.
cengizhanarslan
3 months agoSuper User
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
Excellent solution. 👌