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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Need help with Hierarcy PathItem in Calculated Table

Hi, everyone.

 

I am working on data from Dynamics 365. The example below is a simplification. I have a Users table with their Manager (ReportsTo). I then have a Sales table. When a user logs into Power BI, I capture who they are and this passes through to a filter (represented as the slicer). I do NOT have a relationship between Sales and Users, since I am actually trying to capture information for all the people who report (either directly or indirectly) into a Manager. So for Sue, I should see sales for herself, for Lucy, and for Ziad. Whereas for Alice, I should see sales for all the users. If Bob logged in, he should only see himself.

 

2018-07-23_12-07-16.png

 

I am thinking the Path functionality is the best way to capture this. The steps I follow are

  1. Create a Path column in Users.
  2. Create a PathLookup column in Sales.
  3. Create a calculated table using the following code:
PathContains Sales =

FILTER (

    Sales,

    PATHCONTAINS ( Sales[PathLookup], SELECTEDVALUE ( Users[SalesPerson] ) )

)

 

 

 

However, this does not return any values. I am attaching the sample workbook. I feel like I am missing something obvious, so any and all help is most appreciated!

 

Best, Scott

1 REPLY 1
v-huizhn-msft
Employee
Employee

Hi @Anonymous,

PATHCONTAINS function is used to create a calculated column. Please create a calculated column in 'Sales' table and check if it is right.

 

Please refer to the following threads for more details.

Manager Level Hierarchies with multiples in Power BI
Creating a user hierarchy from a manager column to use as hierarchy slicer

Power BI Tutorial: Flatten Parent Child Hierarchy

Best Regards,
Angelia

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors