Forum Discussion
Anonymous
7 years agoNot applicable
Hierachical rollup
hierachyI need to go from this: Phone UserID ManagerID Cost (111) 111-1111 1 $ 21.00 (111) 111-1112 2 1 $ 25.00 (111) 111-1113 3 1 $ 24.00 (111) 111-1114 ...
- 7 years agoAnonymous - Have you tried the pattern found at https://www.daxpatterns.com/parent-child-hierarchies/ ? You'll likely want to reference your data table keeping only [UserID] & [ManagerID] to make your 'hierarchyTable'. I mocked up a file for you however my reply message no longer shows any features like adding attachments or pictures , etc.
- Anonymous7 years ago
Thanks I will give it a try :) Looks promising!
ChrisMendoza
Resident Rockstar
7 years agoAnonymous - Have you tried the pattern found at https://www.daxpatterns.com/parent-child-hierarchies/ ? You'll likely want to reference your data table keeping only [UserID] & [ManagerID] to make your 'hierarchyTable'. I mocked up a file for you however my reply message no longer shows any features like adding attachments or pictures , etc.
Anonymous
7 years agoNot applicable
Thanks I will give it a try :) Looks promising!
- v-chuncz-msft7 years ago
Community Support
Anonymous,
By the way, you may share the solution here once it is solved. Your contribution is highly appreciated.
- Anonymous7 years agoNot applicable
This solution worked great. Key thing is to ensure all the managers are indeed users and the top manager (CEO) does not have a manager.
Stephen