Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi Everyone,
I have attached below dataset for my problem area. I have to represent below data in Organization Tree View. However i dont have any ID or parent ID column in my data set. Please help me with resolution
Account | Track Name | Automation Method | Baseline | Category |
Mss | Storage | Tool Based | CUSTOM | Cat C |
EB | Windows | Script Based | VANILLA | Cat B |
EB | virtualization | Script Based | VANILLA | Cat B |
EB | virtualization | Script Based | VANILLA | Cat B |
EB | Linux | Script Based | VANILLA | Cat B |
Adc | Backup | Tool Based | CUSTOM | Cat C |
Adc | Firewall | Tool Based | CUSTOM | Cat C |
EB | Storage | Script Based | VANILLA | Cat B |
EB | vApp | Tool Based | CUSTOM | Cat B |
Adc | Firewall | Tool Based | CUSTOM | Cat C |
Adc | AutoSys | Tool Based | CUSTOM | Cat C |
Adc | Integrated Command Center | Tool Based | CUSTOM | Cat C |
SSE | OpsSec | Tool Based | CUSTOM | Cat C |
EB | Email Ops | Script Based | VANILLA | Cat B |
EB | Email Ops | Script Based | VANILLA | Cat B |
SSE | OpsSec | Tool Based | CUSTOM | Cat C |
SSE | OpsSec | Tool Based | CUSTOM | Cat C |
SSE | OpsSec | Tool Based | CUSTOM | Cat C |
SSE | OpsSec | Tool Based | CUSTOM | Cat C |
SSE | DB | Tool Based | CUSTOM | Cat C |
SSE | DB | Tool Based | CUSTOM | Cat C |
SSE | DB | Tool Based | CUSTOM | Cat C |
LS | linux | Tool Based | CUSTOM | Cat B |
EB | AWS | Script Based | VANILLA | Cat B |
EB | AWS | Script Based | VANILLA | Cat B |
EB | AWS | Script Based | VANILLA | Cat B |
EB | AWS | Script Based | VANILLA | Cat B |
EB | Storage | Script Based | VANILLA | Cat B |
EB | Storage | Script Based | VANILLA | Cat B |
EB | Storage | Script Based | VANILLA | Cat B |
EB | Storage | Script Based | VANILLA | Cat B |
EB | Backup | Cat B | ||
EB | Linux | Script Based | VANILLA | Cat B |
EB | Linux | Script Based | VANILLA | Cat B |
EB | Linux | Tool Based | CUSTOM | Cat B |
Thanks to SamInogic for responding to this thread.
Perhaps you could try using a customized visiual (Hierarchical Tree xViz v3.0.1)
First create a hierarchy like Category - Baseline - Automation Method - Account - Track Name.
Then create a measure like CountOfTrackName = Count('Table'[Track Name])
Create the visual, drag the measure into 'Value' and the hierarchy into 'Category'.
Best Regards,
Jarvis Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Step 2: Prepare the Data for Hierarchy
Since the dataset lacks explicit parent-child relationships, you can derive the hierarchy based on the column structure:
Step 3: Create the Hierarchy
Org Hierarchy
─ Account
─ Track Name
─ Automation Method
─ Baseline
─ Category
Step 4: Use a Custom Visual for Tree View
Power BI does not have a built-in tree view. Instead, use a custom visual:
Step 5: Format and Customize
Step 6: Add Interactivity
You will see an interactive organization tree where:
Hope this helps.
Thanks!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.