Hello @SB
Features Planned is generally not calculated based on the work item's State (such as New, Active/In Progress, or Done). Instead, it is based on whether the Feature was part of the plan at the beginning of the reporting period (for example, a sprint or quarter).
In other words:
- Features Planned: Features that were already assigned to the iteration/release at the start of the period.
- Scope Increase: Features that were added to the iteration/release after the period had started.
- Delivered: Features that reached a completed state (Done/Closed/Completed) during the reporting period.
So, the distinction is not "New vs. In Progress". A Feature can still be in the New state and be counted as Planned if it was included in the plan from the start. Likewise, a Feature moved into the iteration later would be considered Scope Increase, regardless of its state.
If you're trying to build a similar report in Power BI or Azure DevOps Analytics, the calculation typically relies on iteration assignment history and reporting period dates, rather than workflow state transitions.
If the resolution was helpful, kindly take a moment to click on
and click on Yes for was this answer helpful. And, if you have any further query do let us know.