Forum Discussion
EaglesTony
Post Prodigy
1 year agoDecomposition tree question
hi, I have a need to have dependencies between parent/children/grandchildren etc, I'm thinking I have to use a decomposition tree ? Data looks like: Key KeyDepend...
- 1 year ago
Hi EaglesTony
its best to break that parent child hierarchy in your table using DAX. Then you can visualize that however you want. Have a look at these tutorials.
https://www.daxpatterns.com/parent-child-hierarchies/
https://learn.microsoft.com/en-us/dax/understanding-functions-for-parent-child-hierarchies-in-dax
Tutu_in_YYC
Super User
1 year agoHi EaglesTony
its best to break that parent child hierarchy in your table using DAX. Then you can visualize that however you want. Have a look at these tutorials.
https://www.daxpatterns.com/parent-child-hierarchies/
https://learn.microsoft.com/en-us/dax/understanding-functions-for-parent-child-hierarchies-in-dax