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

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

Reply
dollarvora
Helper I
Helper I

Dynamic row level security spread across multiple columns

I've a table as under:

Employee NameManager Lvl1Manager Lvl2Manager Lvl3SALES
ALYZ1
BMYZ2
CLYZ3
DMYZ1
ENYZ3
FNYZ2
GOYZ5

 

I was able to create a relationship map using the script from here:

https://stackoverflow.com/questions/64202169/creating-an-employee-manager-relationship-table?noredir...

So the relationship table looks like as under: (employee table)

https://i.stack.imgur.com/X3ONs.png 

My main concern is how do I let any Employee or Any manager from any level view the sheet with only the SALES that pertains to them

I tried using the query :


PATHCONTAINS(employee[Merged],Maxx(Filter(employee, Column1 = USERPRINCIPALNAME()), employee[Index]))

But it throws the following error:

The syntax for [Merged] is incorrect

 

Would really appreciate if you could let me how do I fix it and also how do I add all the Employee's and Managers to their Roles

 

Thanks



 

1 REPLY 1
amitchandak
Super User
Super User

@dollarvora , refer if this can help

https://www.blue-granite.com/blog/using-dynamic-row-level-security-with-organizational-hierarchies

https://radacad.com/dynamic-row-level-security-with-organizational-hierarchy-power-bi

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 Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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