Hi all, my boss assigned me a task to find out how to authorize different users and allow them to see what they have permission to see in one dashboard.
Here is my problem: Assume a system has 3 levels of user: Director > Manager > Employee. And they have some customers with whom to cooperate. After a user logs in to the application, they can see their own dashboard which displays the number and the list of their customers and also low-level users' customers. This means the director can see his own customers and the managers' and employees' as well.
Manager can see theirs and his employees'. Employee can only see their own customers.
So my question is: can Metabase do that on just one dashboard or I still need different dashboards for each role?