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
thhmez7
Helper III
Helper III

Path - Show data only of Parent/Child

Hi,

 

in a matrix I'd like to display all Account data that have "child" or "parent" account. So I create PATH-functions as columns:

Path = PATH(Account[Account ID], Account[Parent Account ID])
Pathlength = PATHLENGTH(Account[path])
Path lev 1 = LOOKUPVALUE(Account[Account Number],Account[Account ID], PATHITEM(Account[path],1,TEXT))
Path lev 2 = LOOKUPVALUE(Account[Account Number],Account[Account ID], PATHITEM(Account[path],2,TEXT))
thhmez7_1-1638889887840.png

So in this case, the first two Account numbers (Path lev 1) with their child account numbers (Path lev 2) AND the blank row should be displayed. All other Account numbers should not be seen.

The difficult part for me is to show these blank rows as well while other Accounts who don't have a child-account should disappear.

 

Thank you.


 

 
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@thhmez7 , refer if this can help

https://radacad.com/parsing-organizational-hierarchy-or-chart-of-accounts-in-power-bi-with-parent-ch...

 

or

Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@thhmez7 , refer if this can help

https://radacad.com/parsing-organizational-hierarchy-or-chart-of-accounts-in-power-bi-with-parent-ch...

 

or

Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

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.