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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Anonymous
Not applicable

Help user to find their support

I have two lists 

ListEmails: Email/city/country

ListSupport: Email/city/support1/support2

 

All people from List2 are in List1 -but not the other way.

The foreseen behaviour is that the user just opens the pBI and the system recognizes the UPN (Email) and then shows related to the city which support is available.

 

any ideas are welcome?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Anonymous 

 

You can first create a relationship between List 1 email column and list 2 email column, then create an dynamic RLS group based on the username using the list with all username.

 

List1[Email] = USERPRINCIPALNAME()

rls role.JPG

 

Final step is publish to Service and assgin users to this RLS group on PBI Service after publish.


Paul Zheng _ Community Support Team
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

@Anonymous 

 

You can first create a relationship between List 1 email column and list 2 email column, then create an dynamic RLS group based on the username using the list with all username.

 

List1[Email] = USERPRINCIPALNAME()

rls role.JPG

 

Final step is publish to Service and assgin users to this RLS group on PBI Service after publish.


Paul Zheng _ Community Support Team
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

lbendlin
Super User
Super User

How are you showing this information? In a card visual? 

 

You should be able to create a calculated column that uses the USERPRINCIPALNAME() to look up either email address.

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.