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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
jnoel100
New Member

How to set-up RLS for users with different email aliases

I have an existing report that uses rls that filters on the users, and has been working fine so far. However it doesn;t seem to be working for one user who recently changed email, while user principal name has stayed the same.

 

Is there a way to check both email and user principal name when managing roles for RLS?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @jnoel100 ,

Your question is, how do you set up RLS for users with different email aliases

 

If the user has multiple emails, you may want to account for this in the DAX expression. One way to do this is to create a list of users with all email aliases and match them in a DAX expression

 

For example, if you have a salesperson with multiple email aliases, you may need a secondary form, UserEmails, that contains the primary email and aliases

 

vjialongymsft_0-1700738134468.png

 

Then you can use expressions like the following

vjialongymsft_1-1700738608977.png

This expression ensures that the current user's email address (whether primary or alias) matches at least one of the UserEmails tables

 

Best regards

Jayleny

 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @jnoel100 ,

Your question is, how do you set up RLS for users with different email aliases

 

If the user has multiple emails, you may want to account for this in the DAX expression. One way to do this is to create a list of users with all email aliases and match them in a DAX expression

 

For example, if you have a salesperson with multiple email aliases, you may need a secondary form, UserEmails, that contains the primary email and aliases

 

vjialongymsft_0-1700738134468.png

 

Then you can use expressions like the following

vjialongymsft_1-1700738608977.png

This expression ensures that the current user's email address (whether primary or alias) matches at least one of the UserEmails tables

 

Best regards

Jayleny

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors