Hello guys,
I have been trying to create the following report.
The tasks moved from statuses "a,b,c,d" to status "z", without due date change or that the due date was changed, but for less than 24 hours forward?
In the columns I have:
Measures with the option "Transitions to status" selected. Also, Transitions Status with a calculated formula:
Aggregate({
[Transition Status].[a],
[Transition Status].[b],
[Transition Status].[c],
[Transition Status].[d],
[Transition Status].[z]
})
In the rows I have:
Time
Issues
Thanks for all the assistance.
Best regards