Forum Discussion
user900
Helper II
3 years agoHierarchy
I have a table of employees (Users). It includes their manager and their manager's manager. How can I create a column so I can drill down in my visual starting at the manager's manager level, then ma...
Shahfaisal
Solution Sage
3 years agoYou will need to flatten the hierarcy. If you have access to the database where this data is stored, I would do it over there. If you don't, try something like this - https://businessintelligist.com/2020/05/27/power-bi-dax-how-to-flatten-parent-child-hierarchy/