Set filter values based on logged in user

Hi folks,

We are using Metabase v0.43 and are embedding dashboards in our web app.

We would like to restrict a filter to a set of values based on logged-in user. Is that possible?

Hi @mjamil
That is possible with Sandboxing and FullApp embedding:
https://www.metabase.com/docs/latest/enterprise-guide/full-app-embedding.html

You can try to create your own Signed Embedding with Locked parameters and Linked Filters:
https://www.metabase.com/docs/latest/administration-guide/13-embedding.html
https://www.metabase.com/learn/dashboards/linking-filters.html
But Signed Embedding has no idea who the user is - authentication is per-object, not user login.