Forum Discussion
Creating a Parent-Child Hierarchy
- 6 years ago
Hi Anonymous ,
Please refer to my .pbix file.
I'm not sure if you want calculated column or measure, so both are created.
In addition, [__Maganer] is a necessary condition for calculation. Although you don't need it, the final result can not be obtained without it.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous - You can use LOOKUPVALUE for that. Or follow the Lookup Min/Max pattern. https://community.powerbi.com/t5/Quick-Measures-Gallery/Lookup-Min-Max/m-p/985814#M434
Also, if you create a concatenated column with a | character between then you could just use PATH
- Anonymous6 years agoNot applicable
Hi Greg_Deckler
I've tried LOOKUPVALUE but that doesn't seem to achieve what I required - unless I am using it incorrectly?
In terms of the concentrated column, would that be ID|Display Name to use PATH to pull the ID of each person's manager?
Thanks