Issues closed before start sprint date

Hi Guys,
I’m with difficulties to create a measures for issues closed before the start sprint date. But they are in sprint. Can you help me?

Thank you,

Fabio

Hi Fabio,

You can combine in a tuple the “Sprint issues committed” measure with the closed statuses to have the closed issues before the sprint start date. The formula would be like this:

([Measures].[Sprint Issues committed],
  [Transition Status.Category].[Done])

Kindly,
Janis, eazyBI support

1 Like

Hi Janis,

Thank you so much for your help, it’s works very well.

Fabio,