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,
I have a problem involving organizational hierarchy. Trying to find the number of indirect reports and their names, such that if a name is selected, everyone under that person is listed. For example (based on table down below), if Rick Ross was selected, everyone who has Rick Ross has a direct manager or indirect manager would be listed. The table below is a simple table but there can be 5 plus levels in this hierarchy. However, the table only provides one manager and one indirect manager. Hence for multiple levels, it would be hard to pull ALL the indirect reports.
Is this possible WITHOUT creating additional columns to capture everyone under an individual (at all levels)? For example, the President/CEO would show everyone from all levels from VP to Clerk.
Yes, I understand that DAX formulas cannot be recursive or have circular dependencies.
| Name | Manager Name | Indirect Manager Name |
| John Smith | Leo DiCaprio | |
| Jane Smith | Will Smith | |
| Ian Smith | Rick Ross | |
| Leo DiCaprio | Ian Smith | Rick Ross |
| Will Smith | Ian Smith | Rick Ross |
| Rick Ross |
@amitchandak In regards to the PATH function, is there a way to do this in reverse order?
for example, I want to be able to see everyone under a specific person of reference (direct and indirect).
In other words, top to bottom, not bottom to top.
Hi @cferv_77 ,Hello @amitchandak ,thank you for your prompt reply!
Use the PathItemReverse function mentioned in the article provided by amitchandak.
Reference:
PATHITEMREVERSE function (DAX) - DAX | Microsoft Learn
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 |
|---|---|
| 30 | |
| 24 | |
| 23 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 61 | |
| 36 | |
| 29 | |
| 22 | |
| 22 |