Forum Discussion
Org Chart Hierarchy Chart by Akvelon
Hi Everyone,
My issue is on the 3rd level of the org chart, I neet it to split up to the the 3 parents. Why you may ask, because there are 3 owners to this one entity. Below is the data. Any help would be greatly appreciated. This is the only issue I have. Thank you!!
| Entity Parent | Entity Child | ID | ParentID |
| Entity A | ABC Entity | 5 | 2 |
| Owner 3 | Owner Tom | 4 | 1 |
| Owner 2 | Owner Jane | 3 | 1 |
| Owner 1 | Owner John | 2 | 1 |
| Complete Org Chart | Details | 1 |
2 Replies
- AnonymousNot applicable
Hi JoelN,
I think it is hard to directly modify the result graph on a custom visual without change its source data table structure. Perhaps you can try to contact the visual author team to get better support.
In addition, you can also take a look at the following in about parent child hierarchy if helps:
DAX Patterns: Parent-child hierarchies - SQLBI
Regards,
Xiaoxin Sheng
- JoelN
Helper I
Thank you for your suggestion. Our team went the JAVA path and not Power BI as we needed more customization.