Forum Discussion
Suganthy
4 years agoNew Member
Using Decomposition Tree as Organization chart
Hi All, I am trying to use the decomposition tree as an org chart, and below is how the data that am trying to use Unique Identifier Level Department Ultimate parent Parent Level ...
- 4 years ago
Use the DAX PATH functions, and ISINSCOPE() to suppress blanks.
lbendlin
4 years agoSuper User
No, you cannot suppress the display of the blanks. Decomposition trees do not support ragged hierarchies.
- Suganthy4 years agoNew Member
Hi,
Thanks for the reply. I have tried using the org charts in the marketplace instead of the decomposition tree but the filters are not working. for eg: if I have to filter a person in level 9 I should see the nodes and flow which is not happening. Do you have any other suggestions?
- lbendlin4 years agoSuper User
Use the DAX PATH functions, and ISINSCOPE() to suppress blanks.