Forum Discussion
Anonymous
3 years agoNot applicable
create dynamic RLS and PLS (page level security) in powerbi
hi All i have 4 tables need to create 3 roles 1.master trainer : they have access for all the reports 2. trainer : who logged as trainer the trainer has see his details only ex. in slicer...
amitchandak
3 years agoSuper User
Anonymous , You can create a role like, if all columns are in one table
if ([Type] = "Master" , true(), [email] = userprincipalname())
How to use Row Level Security (RLS): https://youtu.be/NfdIA0uS6Nk
Page with RLS