Forum Discussion
oakfootballclub
Helper IV
1 year agosee different visuals to different users
For example, there are 3 visuals in the dashboard: A, B, and C, and there are two grounps of user: U1 and U2, is there any solution when U1 can see visual A and B and U2 can see all these 3 visuals ...
Bibiano_Geraldo
Super User
1 year agoHi oakfootballclub ,
Unfortunately, Power BI doesn't natively support this type of visual manipulation.
However, you can implement Row-Level Security (RLS). Please note that RLS does not directly hide visuals; it only returns BLANK values for the data based on the defined roles.
Important note: If the visuals rely on the same columns, RLS may not fully address your needs because RLS works at the data level (fields) rather than visual level.
You can learn more about RLS here
I hope this helps! If you found this answer helpful, please consider marking it as the solution and giving it a kudo.
Thank you!