Restrict access to dashboard filters

Hi, we have dashboards to monitor multiple clients’ metrics and each dashboard typically has filters for dates and client name. Now we want to give clients access to the dashboards but restrict the access such a way that client A can’t see the data of client B. At this point I cant think of a way where I can share the dashboard with client A, allow them to use dates filter but lock the client name filter to A. The only way I can think of doing this is a creating multiple dashboards, one for each client, but this solution may not be scalable. Any advice would be appreciated. Thank you!

Hi,

If the clients are only accessing the dashboard and you want to restrict visibility of data, you can implement row level security. This would apply security on the entire dataset ( Client A cannot see data of Client B ) .

Regards,
Koushik

1 Like

Thank you Koushik! I will look into this.