How Is Project Progress Calculated In KTern?

How Is Project Progress Calculated In KTern?

In KTern’s Transformation Hub, you can monitor the progress of your projects using dashboard. The dashboard features a progress bar that provides an overview of the project’s advancement from its inception. You can configure the progress calculated metrics in 3 different way: Task Completion, Task Weightage, and Task Milestones. By default, the progress bar calculates project progress based on task completion.

1.
1_Transformation_hub

2. 
2_Dashboards

3. 
3_dashboard_interface

Progress Calculation Methods

Task Completion

Method: -

Total tasks count is determined. Total approved tasks count is determined. Project progress is calculated using the formula:

(Total Approved Tasks / Total Tasks) * 100

Task Weightage

Method: -

For each task in the project plan workbook, users are asked to provide planned weightage. During the project, actual weightage is calculated for each task based on planned weightage and task completion.

4_weightage

Project progress is calculated by aggregating the actual weightage for all tasks and dividing it by the planned weightage:

(Sum of Actual Weightage / Sum of Planned Weightage) * 100

Task Milestones

Method: -

For each task in the project plan workbook, users are asked to provide planned Milestone (%) values. During the project, actual Milestone (%) values are calculated for each task based on planned Milestone (%) and task completion.

5_Milestones

Project progress is calculated by aggregating the actual Milestone (%) values for all tasks and dividing it by the sum of planned Milestone (%) values:

(Sum of Actual Milestones / Sum of Planned Milestones) * 100