Forum Discussion
Org structure drill down - previous level continuing to show
I built a org structure using:
- Anonymous1 year ago
Hi Soc3 ,
Based on your question , I think you want to make it so that when organization tier 2 drills down to tier 3, the amount in tier 2 belongs only to tier 2 and should not appear in tier 3, right?If this is the case, it is because each of the organizational structure we derived has a blank value, and each blank value has a corresponding send, then in the stacked graph will be automatically aggregated together by default blank, if we want to eliminate this effect, we have to do is to re-create a new aggregation table, will be screened out each blank paper, to ensure that our stacked graph visual object is free of blanks, thus ensuring the accuracy of the answer.
Level 2 Table = SELECTCOLUMNS( FILTER( 'WORKFORCE', NOT(ISBLANK('WORKFORCE'[Org Level 3])) ), "Traveler Details", 'WORKFORCE'[Traveler Details], "Org Level 3", 'WORKFORCE'[Org Level 3] )If you have further questions you can check out my pbix file, I hope this helps and I would be honored if I could solve your problem!
Hope it helps!
Best regards,
Community Support Team_ Tom ShenIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
1 Reply
- AnonymousNot applicable
Hi Soc3 ,
Based on your question , I think you want to make it so that when organization tier 2 drills down to tier 3, the amount in tier 2 belongs only to tier 2 and should not appear in tier 3, right?If this is the case, it is because each of the organizational structure we derived has a blank value, and each blank value has a corresponding send, then in the stacked graph will be automatically aggregated together by default blank, if we want to eliminate this effect, we have to do is to re-create a new aggregation table, will be screened out each blank paper, to ensure that our stacked graph visual object is free of blanks, thus ensuring the accuracy of the answer.
Level 2 Table = SELECTCOLUMNS( FILTER( 'WORKFORCE', NOT(ISBLANK('WORKFORCE'[Org Level 3])) ), "Traveler Details", 'WORKFORCE'[Traveler Details], "Org Level 3", 'WORKFORCE'[Org Level 3] )If you have further questions you can check out my pbix file, I hope this helps and I would be honored if I could solve your problem!
Hope it helps!
Best regards,
Community Support Team_ Tom ShenIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.