Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
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!
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 23 | |
| 21 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 53 | |
| 42 | |
| 30 | |
| 24 |