Forum Discussion
Expanding tree chart altogether as default.
Hi
Is there any better chart to break down all of streams in one view?
e.g. last Done 25157 is coming from previous done 25408 but another last Done 435 is also hidden in previous 'zero cost' done 437.
So I would like to see all tree branches are expanded without clicking one by one.
Hi Anonymous
Unfortunately, the built-in Decomposition Tree visual in Power BI doesn’t support “expand all” by default you always need to click each branch one by one.
Options you can try:
- Hierarchy chart custom visuals. visuals like Hierarchy Chart by Akvelon or TreeViz from AppSource allow you to see all branches expanded in one view.
- Sankey diagram if your goal is to trace flows (e.g., Done >> Done >> Done), a Sankey chart can show the entire path without clicking through nodes.
- Parent/Child hierarchy modeling if you restructure your data into a parent child hierarchy (Path functions in DAX), you can render it in a table/matrix with all levels expanded by default.
So if you specifically want everything open by default, you’ll need to switch from the default Decomposition Tree to a custom visual or matrix with drill-down expanded.
1 Reply
- rohit1991Super User
Hi Anonymous
Unfortunately, the built-in Decomposition Tree visual in Power BI doesn’t support “expand all” by default you always need to click each branch one by one.
Options you can try:
- Hierarchy chart custom visuals. visuals like Hierarchy Chart by Akvelon or TreeViz from AppSource allow you to see all branches expanded in one view.
- Sankey diagram if your goal is to trace flows (e.g., Done >> Done >> Done), a Sankey chart can show the entire path without clicking through nodes.
- Parent/Child hierarchy modeling if you restructure your data into a parent child hierarchy (Path functions in DAX), you can render it in a table/matrix with all levels expanded by default.
So if you specifically want everything open by default, you’ll need to switch from the default Decomposition Tree to a custom visual or matrix with drill-down expanded.