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
DanOnofre
New Member

RLS

Hello,

 

I have more than 400 professionals who need to access power Bi, and each one has their own access, that is, I need to create more than 400 RLS

Note: I have several data from these users in a spreadsheet

There is a method to create and assign more than 400 RLS in a practical way or to make an RLS that captures the user's email by Office 365

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User

@DanOnofre , You can implement it using email id, value(In a table) in Power bI desktop and you can create an email-enabled list with all 400 employees and in power bi service assign the list to the role

 

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

View solution in original post

Anonymous
Not applicable

Hi @DanOnofre ,

 

You could check this document about using userprincipalname() to implement dynamic row-level security.

https://powerbidocs.com/2021/01/18/dax-userprincipalname-use-in-rls/ 

In short, you will need a table contains users and their email. This table will be able to filter the fact table by username. Then you will only need to create one role to implement dynamic row-level security by using userprincipalname().

 

Best Regards,

Jay

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @DanOnofre ,

 

You could check this document about using userprincipalname() to implement dynamic row-level security.

https://powerbidocs.com/2021/01/18/dax-userprincipalname-use-in-rls/ 

In short, you will need a table contains users and their email. This table will be able to filter the fact table by username. Then you will only need to create one role to implement dynamic row-level security by using userprincipalname().

 

Best Regards,

Jay

amitchandak
Super User
Super User

@DanOnofre , You can implement it using email id, value(In a table) in Power bI desktop and you can create an email-enabled list with all 400 employees and in power bi service assign the list to the role

 

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

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