Forum Discussion
Computing Resource Utilization Per Day, Week and Month
- 8 years ago
Wow that fixed it! I changed the relationship to both and changed the %Utilization to use:
%Utilization = DIVIDE([#Hours Spent],SUM('Developer Date Table'[Hours Required]),0)
You're amazing parry2k!
Here's the result that makes more sense. :)
- 8 years ago
hahaha, same here, Bud. Thanks a lot! You're a great help..:smileyhappy:
Here's the measure i used for Required Hours,where #RequiredHours = DISTINCTCOUNT(Table, [Date])*7.5
i think ask here is hours spent % again hours required, correct?
- parry2k8 years agoSuper User
hours spent = SUM(table[hours spent]) hours required = SUM(table[hours required]) % Resource Required = DIVIDE([hours spent], [hours required], 0)
add above measure and change data format for "% resource required" to "%"
- polaris30288 years agoHelper III
yes, parry2k. sort of utilization rate for a resource.
- polaris30288 years agoHelper III
Here's the link to the file that I'm working on. Hope this helps.
https://drive.google.com/file/d/1v84kSThkFZHJKbIaDG2vOpCK-b9XyKvd/view?usp=sharing
- parry2k8 years agoSuper User
ok, no worries, which tab should I focus on?