Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
In RLS I wish to give access to all data for the managers and only their own data for others. I created, to test, two simple tables; one Sales rep-table with ID, Mail and IsManager (1 for yes, 0 for no) and a Sales transactions-table with ID and sales number.
I create a calc measure to see if the logged in user is a manager or not by using
Solved! Go to Solution.
I found a simple solution.
I created a new column [All] in the sales rep-table with "1" on every row. I then created a RLS role "Managers" with the formula "[All] = 1" on the sales rep-table. Then I created RLS role "Others" with the formula "[Mail] = UserPrincipalName" on the sales rep-table.
Im now able to add members to the two groups whether they are managers or not.
/Mikkel
I found a simple solution.
I created a new column [All] in the sales rep-table with "1" on every row. I then created a RLS role "Managers" with the formula "[All] = 1" on the sales rep-table. Then I created RLS role "Others" with the formula "[Mail] = UserPrincipalName" on the sales rep-table.
Im now able to add members to the two groups whether they are managers or not.
/Mikkel
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.