How to create an EVM chart on Azure Devops?

Kaneko Keiko 0 Reputation points
2025-04-25T07:44:48.35+00:00

I am trying to implement waterfall development project management using Azure Devops.

As part of this, I need to create an EVM, but I would like to know how to create an EVM using a dashboard or similar.

How to get the data of EVM to visualize on the dashboard?

Azure DevOps
{count} votes

1 answer

Sort by: Most helpful
  1. Sirra Sneha 545 Reputation points Microsoft External Staff
    2025-04-28T07:12:34.82+00:00

    Hi @Kaneko Keiko,

    Azure DevOps does not have a built-in Earned Value Management (EVM) feature, but you can create EVM visualizations using Queries, Charts, Dashboards.

    To create an EVM,

    • Set Up Work Item Tracking, Refer this doc to customize your project. Ensure your project tracks effort estimates (Story Points, Remaining Work), completion states (Done, Closed), and actual effort (Completed Work or custom fields). If fields like Actual Cost are missing, customize your process to add them.
    • Create Queries to Collect Data

    Create saved queries to collect the necessary data: Planned Value Query, Earned Value Query, Actual Cost Query.

    To create a query, go to Boards > Queries, click New Query, define filters based on State, Date, or Effort, and then save the query.

    enter image description here

    • Create Charts from Queries, check this doc to know how to add charts to a Query. Open the query, click Charts, then New Chart, choose a Line chart, and configure the X-Axis (Date), Y-Axis (Sum of Effort or Cost), and Group By(State or custom fields).

    enter image description here

    • Now add Charts to a Dashboard

    Go to Dashboards -> Click Edit-> Add Widget -> Add a Query Chart Widget -> Select your saved query and chart.

    Arrange your charts to visualize:

    • Planned Value (PV)
    • Earned Value (EV)
    • Actual Cost (AC)

    By following above steps, you can create an EVM.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.