Forum Discussion
JoergSch
4 years agoFrequent Visitor
Hierarchy Table
Hello, I need to build up a hierarchy table visual which shows me a task and its subtasks, whic could have multiple levels. I have 2 tables. Table 1 (Tasks): ID Name 1 Task 1 ...
- 4 years ago
JoergSch , merge table 1 and 2 using ID and Child in Power query
: https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Then use path in DAX to get it
example of path
amitchandak
4 years agoSuper User
JoergSch , merge table 1 and 2 using ID and Child in Power query
: https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Then use path in DAX to get it
example of path