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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
kanth123
Helper I
Helper I

RSL implementation..

Hi,

I set up RSL using intermediate table and relationship. Intermediate table has employee name,Location and region. Below is the structure of intermediate table. 

 

RSL working  at employee level. 

 

And i need help in set up to access to Manager and Regional managers. Manager and RM were not part of intermediate table. 

Managers:

Bob - SW, Sue - SE ,Mike - SW

RM:

Jeff - E, Ross - W

 

Any idea how this can be done. 

Intermediate table.

EmployeelocationRegion
aNEE
bNEE
cSEE
dSEE
eSWW
fSWW
   

Thanks in advance..  

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

One approach is to add the regional managers to the intermediate table multiple times, for each of the locations in that region.

View solution in original post

3 REPLIES 3
lbendlin
Super User
Super User

we are using that approach with thousands of users, and we do not see performance issues. We do have an external database (external to Power BI) that does the mapping for us.

lbendlin
Super User
Super User

One approach is to add the regional managers to the intermediate table multiple times, for each of the locations in that region.

@lbendlin. This approach works well when # of users is less. This gets more complex to maintain if we have more users. Is there any better approach. 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors