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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Lopez0090
Helper III
Helper III

Obtain all affiliated departments with a hierarchical RLS

There is a table called "Emp_Info", and currently, the RLS DAX is being created using the following formula.

img1.png

PATHCONTAINS(Emp_Info[Path],
MAXX(
FILTER(Emp_Info,
[Email] = USERPRINCIPALNAME()),
Emp_Info[EmpID]
)
)

 

When testing with the user "AAAAA@.com" with EmpID "123" in the above DAX, the result is as follows.

The situation is such that rows with the Path containing one's own EmpID are being retrieved.

img2.png

 

However, what we want is the following result. For users with EmpID "123", they should be able to retrieve all information for their own department "Tokyo", and also retrieve all information for departments (Sydney and Paris) where their subordinates with EmpID "456/678/897" are located.

The diagram would look like this.

img3.png

 

If we were to test with the user "HHHHH@.com" with EmpID "887", we would want the following result.

For users with EmpID "887", they should be able to retrieve all information for their own "Sydney" sales department.

img4.png

 

Could you please advise on how to create a Row-Level Security DAX that displays the desired results based on the current DAX?

 

 

Best regards,

Lopez

0 REPLIES 0

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.