Forum Discussion

DarshanKumar's avatar
DarshanKumar
Helper II
3 months ago
Solved

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 way to restcrict access to visuals in the dashboard. If not what would be the best way to achieve this.

 

Regards,

Darshan

  • 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.

6 Replies

  • 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's avatar
      123abc
      Community Champion

      Excellent solution. 👌

  • 123abc's avatar
    123abc
    Community 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!