Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
IHam
Helper III
Helper III

RLS issue

I have a power bi report where employees are allocated to departments. So Mrs Smith is allocated to Science. The head of Science is then given access to all the science data. However, Mrs Smith is also in senior management and needs acees to everything.

In the security section on power bi pro, I allocate Mrs Smith to the permissions for all the departments. 

This used to work and now doesn't (the update was a while ago). Can anyone offer a workaround?

Many thanks

3 REPLIES 3
amitchandak
Super User
Super User

@IHam , refer this code , This allowing one email to have all access, another email to in file having all values

 

[email] = userprincipalname() || userprincipalname() = "[email protected]" || userprincipalname() in summarize(filter('Brand Sec', 'Brand Sec'[Brand] = "All") , [email])

 

this is rls table data filter item table on brand

amitchandak_0-1677815252376.png

 

amitchandak_1-1677815306973.png

 

 

How to use Row Level Security (RLS): https://youtu.be/NfdIA0uS6Nk

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

I have looked at the work around but I don't use dynamic email based on email addresses. I allocate staff into departments and then use the manage roles to filter the key table by department. When these are uploaded to the cloud, I then allocate the head of a department to have RLS access to the departments. 

This is where the issue is as I allocate the senior member to all teams and it doesn't work.

I can allocate the senior member to all departments within power bi desktop but then their data is available to all and not just to the department that they belong to. 

Hopefully thats clear!

Many thanks for your time on this - I think I understand. Will give it a go and let you know.

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors