Forum Discussion
jaysoulz
Helper I
3 years agoMatrix Table Hierarchy Display Daily/Monthly/Yearly Result
I am facing an incorrect aggregate calculation to display the different levels of the hierarchy from the Matrix table. I want to show the result daily, monthly and if possible yearly, but looks l...
- 3 years ago
Finally found the solution.
No joint was necessary.
Creating a measure to count the number of robots, modify the TotalUsed hours by amending theUtilizationRobot = DIVIDE([Utilization],[RobotCount])
By linking the relationship correctly and all work.
Again, thanks to ToddChitt for the great help! I have learnt a lot! 🙂
ToddChitt
Super User
3 years agoI think this will get you there from my Public DropBox:
Let me know.
Please mark answers as Solutions if they get you what you need.