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.
- 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 theX-Axis
(Date),Y-Axis
(Sum of Effort or Cost), andGroup By
(State or custom fields).
- 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.