How I Use Earned Value Management (EVM) to Track Agile Scrum Projects

Earned Value Management (EVM) is a technique that can be used on project to monitor the performance and progress of projects.  It is typically associated with traditional project management.  According to PMP Project Management Professional Exam Study Guide, Earned Value Management “compares what you’ve received or produced to what you’ve spent… EVM looks at schedule, cost, and scope project managements together and compares them to the actual work completed to date.”

If you have read one of my previous blog posts, Waterfall, Agile & the “Triple Constraint”, you know that the three constraints on a project are functionality (scope), cost (time spent) and schedule (days spent).  If you have also read my other blog post, Time Remaining is More Important Than Time Spent, you know why it is important to focus on time remaining instead of time spent.  So with these 4 pieces of data, it is easy to create a chart that plots these elements into a single view (see below).

agile_evm_ideal

It is easy to understand that in an ideal world, we would work at an ideal pace that allows us to progress at an equal rate in each of these areas.  This means that when we complete 25% of the functionality, we would have spent 25% of the hours (meaning we have 75% remaining – right on track) and have consumed 25% of the schedule.

In the above example, the project is using story points to measure functionality.  They have delivered 25% of functionality (25/100 points), spent 25% of their time (250/1,000 hours), have 75% remaining (750/1,000 hours) and have consumed 25% of their schedule (25/100 days).  All elements line up on the graph and we can see this project is healthy and assuming their continued at this pace would most likely deliver all of the functionality, on budget and schedule.

agile_evm_actual

Now let’s look at an example of another project.  It is easy to see at a quick glance that all of the elements no longer line up.  The team has delivered 13% of functionality (13/100 points), spent 50% of their time (500/1,000 hours) and consumed 33% (33/100 days) of their schedule.  As mentioned in Time Remaining is More Important Than Time Spent, it would be incorrect to assume that because the team estimated the project at 1,000 hours and has consumed 500 hours that they have 500 hours remaining.  That would be true if they delivered 50% of functionality, but in this case they have only delivered 13%.

Now I know the agile purists may balk at converting hours to points, but this approach uses historical data to provide a projection into what the future will look like.  Some simple calculations will show about how many hours each point takes to deliver and can use that information to project the total number of hours that it will take to deliver all of the points.

500 hours completed /13 points delivered = ~38.5 hours per point delivered

87 points remaining * ~38.5 hours per point = 3349.5 hours

So where this project initially estimated that it would take 1,000 hours to deliver all 100 points, actual data from their progress thus far is showing that it will more than likely take much more time (3,850 hours).  Additionally, we have spent 50% of our time (and have 87% of it remaining) and 33% of our schedule to deliver 13% of our functionality.

33 days / 13 points = ~2.5 days per point
~2.5 days * 87 points remaining = 217.5 days

So we can see that where we initially expected the project to take 100 days, it now looks like it will take ~250 days to deliver all functionality.

The reason I love this graph so much is that is is simple, only uses a few key data points and not only provides an accurate representation of current project status, but also the ability to project out the remainder of the project.  You can imagine that there are several other calculations and projections that you could make (depending on your needs), such as how many points would be completed by the end of 100 days.

33 days / 13 points = ~2.5 days per point

67 remaining days / 2.5 days per point = ~27 points

13 completed points + 27 projected points = 40 total points

 You should also see how easy it would be to enter these calculations into a spreadsheet and have a lightweight project tracking device.

6 thoughts on “How I Use Earned Value Management (EVM) to Track Agile Scrum Projects”

  1. Your EVM application to Agile has several mistakes in the text explanation and in the figures. Besides, it does not take advantage of the SPI and CPI indexes to forecast the final end of the project.
    However the idea of functionality measured with story points (SP) is interesting and puts one to think about it, it has also possible pitfalls. Story points are subjective and do not have the objectivity of measurement in $ or man-hours. However when I address to an audience about possible units for EVM measurement, I like to mention intangible units. Story points are not as intangible but subject to different interpretations of the value of requirements.

  2. @Jorge – Thanks for taking the time to read and for your comments. I would not imagine it would be very difficult to add SPI and CPI calculations to the model, or even other calculations such as EAC for that matter. Let me see if I can throw something together in the next few days.

    I prefer to use Story Points as a way to track progress. When using user stories and following a definition of done, completed story points show real progress as compared to someone’s estimated progress (I think we are 37% done based on the time I have spent and my initial estimate). Points may be subjective, but they have been estimated by a team and are relative to other stories on the project.

  3. Is this based on actual hours from some sort of time-tracking system, hours accumulated based on capacity planning or hours estimated at the user-story task-level during sprint planning? If actual hours, who tracks that level of detail?

  4. Excellent Article. I read several articles on agile EVM but I found yours is simple and easy to understand.

    By any chance you have excel template for the agile EVM? It would be really useful.

Leave a Comment

Your email address will not be published. Required fields are marked *