Forum Discussion
kezza04
3 years agoFrequent Visitor
Row Level encryption allow admin to see all
Hi Loving the row level encryption. Cannot figure out how to provide access to admin to see all of the data So I have a filter on a group for manager records and another on users records using "[...
- 3 years ago
Thanks.
I have found the solution I needed here.
Dynamic Row Level Security with Manager Level Access in Power BI - RADACAD
amitchandak
3 years agoSuper User
kezza04 , if user is workspace admin, the RLS do not apply. make the person workspace admin
or have code like
Switch( True(), [email] ="[email protected]" , true(),
[Email] = USERPRINCIPALNAME(), true(), false())
kezza04
3 years agoFrequent Visitor
Thanks.
I have found the solution I needed here.
Dynamic Row Level Security with Manager Level Access in Power BI - RADACAD