The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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!
User | Count |
---|---|
69 | |
64 | |
62 | |
55 | |
28 |
User | Count |
---|---|
112 | |
81 | |
65 | |
48 | |
38 |