Resource Manager Overview

The PPA Resource Manager Overview dashboard allows a Resource Manager monitor the resource allocation and utilization, and analyze these aspects by location, department, and employment type. This dashboard can also be used by Resource Managers to answer the following business questions:

This dashboard consists of the following sections:

Metrics Used:

Metric Name Description Formula Expected Values
No. of Contractors Total number of contractors who are assigned to projects Max([No. of Available Resources]) where [Employment Type = CONTRACTOR And Resource Not in (0,-1)] 0 or >0
No. of FTEs Total number of full time employees who are assigned to projects Max([No. of Available Resources]) where[Employment Type = FTE And Resource Not in (0,-1)] 0 or >0
No. of Resources Count of all resources across projects Max [No. of Resources] 0 or >0
Overtime % The percentage of overtime clocked in by the resources of projects as compared to the total hours allocated for the project [Overtime Hours] / [Resource Allocated Hours] 0 or >0, closer to 0 is ideal
Overtime Hours The extra hours clocked in by a resource for a project. Number of hours spent by a resource beyond the allocated time is considered to be overtime hours IF(([Resource Actual Hours] > [Resource Allocated Hours]), THEN ([Resource Actual Hours] - [Resource Allocated Hours]), ELSE 0) 0 or >0, closer to 0 is ideal
Project Allocation % The percentage of hours that are allocated to projects as compared to the total planned hours [Resource Allocated Hours] / [Resource Planned Effort (Hours)] 0 or >0, closer to 100% is ideal
Project Utilization % Percentage of actual hours logged by a resource as compared to their allocated hours ([Resource Actual Hours] / [Resource Allocated Hours]) 0 or >0, closer to 100% is ideal
% Resources Not Allocated Percentage of resources who are not allocated to any projects (([No. of Available Resources (Excl. 0,-1)] - [No. of Assigned Resources (Excl. 0,-1))]) / [No. of Available Resources (Excl. 0,-1)]) 0 or >0, closer to 0 is ideal
Resource Actual Cost The actual cost of all the resources associated with all the tasks within a project [Resource Actual Hours] * [Resource Per Hour Cost] 0 or >0
Capacity Utilization % Time spent by resource on project compared to its total capacity [Resource Actual Hours] / [Capacity Hours] 0 or >0, closer to 100% is ideal
Resource Allocation % Percentage of allocation done to a resource as per his capacity [Resource Allocated Hours] / [Capacity Hours] 0 or >0, closer to 100% is ideal
Total Demand (Hours) Same as Resource Planned Effort (Hours). The hours planned for a resource for a task or project Sum [Resource Planned Effort (Hours)] 0 or >0
Avg Hourly Rate The average rate of work per hour for the project [Project Actual Cost] / [Project Actual Effort (Hours)] 0 or >0
Net Available Capacity Available capacity of resource after removing all engagements [Capacity Hours] - [Resource Planned Effort (Hours)] 0 or >0, greater than 0 is ideal

© 2022 Digital.ai Inc. All rights reserved.