Hi,
I am trying to report the cycle time report and get the start of In-progress status and the completion date of User stories that exist on the selected sprint.
The problem is some of the USs are not started in the selected sprint and some of them are not completed in the selected sprint.
can you help me to define that measures ?
I used the following formula :
DateParse((
[Transition Status].[In Progress],
[Measures].[Transition to status first date]
))
&
DateParse((
[Transition Status.By name].[Completed],
[Measures].[Transition to status first date]
))
and the result :
Thanks in advance