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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Pk3
New Member

Organizational hierarchy RLS

Hello everyone,

I'm looking to implement dynamic Row-Level Security (RLS) based on the organizational hierarchy. However, I'm unable to use the Path function to extract the hierarchy since my data isn't structured or cleaned, and the hierarchy information isn't available in the "EMP ID" column. ( some of the IDs are not available in the "EMPID" column but are present in the "Manager ID")Could you please suggest any workarounds for this?

2 REPLIES 2
Anonymous
Not applicable

Hi @Pk3 ,

For hierarchies that cannot be extracted using the Path function, you can try this:

ParentSearchValue = 
  LOOKUPVALUE (
    [Id],
    [Id],
    [ParentId]
  )

The second step is to continue to determine the PATH using ParentSearchValue instead of ParentId.

And when using text columns in PATH(), you need to replace blanks with null.

Below is the "Row-Level Security (RLS) with Organizational Hierarchy" links will help you:

Implementing Row-Level Security with Organizational Hierarchy (copperchips.com)

Dynamic Row Level Security with Organizational Hierarchy Power BI - RADACAD

Best Regards,

Xianda Tang

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

Dynamic RLS doesn't need hierarchies. All you need is a mapping table between email addresses and permissions.

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.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.