Tracking sprint velocity to specific status

Hi @rbelmont,

You may try another approach for the calculation and check the Story Point value when the issue changed status to “Dev Completed”.

For the calculated measure, use a tuple of measure “Story Points added” and “Transition Status” you are interested in. The expression might look like this:

( [Measures].[Story Points added],
 [Transition Status].[In Progress],
 [Transition Field].[Dev Completed])

Use the dimension “Transition Author” to see a user who moved issues to Dev Completed status. This dimension is designed to work with change history and show transition status changes. On the other hand, dimension “Assignee” represents the issue field Assignee current or past value according to the selected measure.

A similar solution:

Best,
Zane / support@eazyBI.com