Goodmorning,
We are developing a powerbi custom visual to represent a organization department structures using a tree view. We have a lot of root nodes and we would like to show initially only those nodes.
We use a Telerik Kendo UI diagram javascript object to draw those nodes.
When user click on nodes we would like to drill down on that node. We create a data role to contain the hierarchy.
We think we need to filter the data with the selected node and to drill down but we cannot achieve that.
We notice that the stock visual Treemap apply filters on drilled nodes. We would like to replicate this!
Thanks