Forum Discussion
RLS using an Approver Email Column
- 3 years ago
Hi kayakingaway
What you want is the dynamic RLS in Power BI. You can use userprincipalname(), which always returns the user in the format of their user principal name, [email protected].
[Approver Email] = userprincipalname()
Here are some blogs for your reference:
How to Setup Static and Dynamic Row Level Security (RLS) in Power BI?
Dynamic Row Level Security in Power BI (pragmaticworks.com)
Dynamic Row Level Security with Power BI Made Simple - RADACAD
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Hi kayakingaway
What you want is the dynamic RLS in Power BI. You can use userprincipalname(), which always returns the user in the format of their user principal name, [email protected].
[Approver Email] = userprincipalname()
Here are some blogs for your reference:
How to Setup Static and Dynamic Row Level Security (RLS) in Power BI?
Dynamic Row Level Security in Power BI (pragmaticworks.com)
Dynamic Row Level Security with Power BI Made Simple - RADACAD
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.