Forum Discussion
filipwydra
4 years agoFrequent Visitor
Custom visual with hierarchy table
Hello, I would like to create hierarchical column like this one below: I already created hierarchy in dataset: private static hierarchyDataset(
dataView: DataView,
taskTy...
- 4 years ago
I found solution I need here: https://observablehq.com/@mojaie/collapsible-tree-with-checkboxes-d3-js?ui=classic
Anonymous
4 years agoNot applicable
Hi filipwydra
I think you can try to transform your table in Power Query Editor and then let your table in format: Level1, Level2,Level3,...,Values. Then add these columns in Matrix visual, and turn off Stepped layout in Format.
Then you can get result you want.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.