Forum Discussion
Create a dynamic tree chart based on different measures
- 10 months ago
Hi rickferreiran ,
Thanks for posting your question in Microsoft Fabric Community.
Currently, Power BI doesn’t include a built-in visual that can display a hierarchical tree where each node shows calculated measure values across multiple levels. The Decomposition Tree visual can be used for hierarchical exploration, but it only allows drill-down into one path at a time.
If you need all nodes to be visible together, you can try a custom Tree visual from AppSource or build a parent-child table and use a Python or R visual to render the hierarchy. The Deneb visual is another option that lets you design custom layouts using Vega or Vega-Lite and supports interaction with report filters.
You can refer to similar discussions and documentation below:
Solved: Dynamic Hierarchy in Power BI Decomposition Tree B... - Microsoft Fabric Community
Create Power BI visuals using Python in Power BI Desktop - Power BI | Microsoft Learn
Create and View Decomposition Tree Visuals in Power BI - Power BI | Microsoft Learn
Hope this helps. Please reach out for further assistance.
Thank you.
I used the deneb chart to create this kind of chart.