Forum Discussion
Vinxsta
2 years agoFrequent Visitor
Creating a Parent ID Key from a flattened table
I have a table as shown below which shows a organisation hierarchy. I'm trying to create a organisation chart but can't do that with the way my data stands at the moment. After some research I found ...
- 2 years ago
All you need is an employee table that lists the manager for each employee.
HarishKM
2 years agoSuper User
Hello,
Kindly refer below documentation.Understanding functions for parent-child hierarchies in DAX - DAX | Microsoft Learn
Thanks
Harish M
Did I answer your question? Mark my post as a solution!