Forum Discussion
RishabSajith
5 months agoFrequent Visitor
RLS Query - Power BI
Hello Microsoft Community, I’m fairly new to Row-Level Security (RLS) and have successfully implemented RLS based on a hierarchy using a summary table that contains the hierarchy structure. So when ...
- 5 months ago
You can extend your existing rule with an OR condition for the users who should have full access.
PATHCONTAINS ( 'Employee Table (RLS)'[Path], USERPRINCIPALNAME() ) || USERPRINCIPALNAME() = "[email protected]"Or simply create a new role and add those people who will have full access withount bounding to the role with RLS.
wardy912
5 months agoSuper User
Hi RishabSajith
Here's further information since you're just getting started with RLS.
Row-level security (RLS) guidance in Power BI Desktop - Power BI | Microsoft Learn
--------------------------------
I hope this helps, please give kudos and mark as solved if it does!
Connect with me on LinkedIn.
Subscribe to my YouTube channel for Fabric/Power Platform related content!