Percentage of issues where Issue Type Changed in a certain time period

Hi folks,

I would like to create a Report that shows the percentage of issues that changed the issue type (any issue type change) within a certain period.
I would like to filter a certain time period (quarter, month…) and see how many issues have been created , and in how many of these the issue type changed.

I´ve tried using following formula:

(
[Measures].[Transitions from],
[Transition Field].[issuetype],
[Time].Currenthierarchy.CurrentMember
)

But when I chose the Measure “issues created” the number of issues created is not correct (is lower that the number of issues with changes).

Many thanks in advance!

1 Like