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! 🙂
jaysoulz
Helper I
3 years agoFinally found the solution.
No joint was necessary.
Creating a measure to count the number of robots, modify the TotalUsed hours by amending the
UtilizationRobot = DIVIDE([Utilization],[RobotCount])
By linking the relationship correctly and all work.
Again, thanks to ToddChitt for the great help! I have learnt a lot! 🙂