Forum Discussion
johnchill
Helper I
9 years agoCreate a hierarchy in PB Desktop from a self referencing table
Hello, I have a table of location data that is self referencing other data in the table. I know I can create a hierarchy in desktop by using ParentLocationId and Id but I want the Name to appear as o...
- 9 years ago
Hi johnchill
Have a look at this article from marcorusso: http://www.daxpatterns.com/parent-child-hierarchies/
You can use the series of "Path" Dax functions to do so.
Datatouille
Solution Sage
9 years agoHi johnchill
Have a look at this article from marcorusso: http://www.daxpatterns.com/parent-child-hierarchies/
You can use the series of "Path" Dax functions to do so.
- johnchill9 years ago
Helper I
That works perfectly, thank you!