This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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?
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.
Dynamic RLS doesn't need hierarchies. All you need is a mapping table between email addresses and permissions.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |