Hello everyone,
I am currently struggeling with a report including the amount of Sub-Tasks. We have two different types of Sub-Task types: Sub-Task and Defect.
I would like to create a report that shows the amount of “Defect” subtasks and “Sub-Task” subtasks for each Story.
If I select the “Sub-Tasks created” measure, all sub-task types are counted and I am struggling to separately count them.
I already searched and found a solution that proposes to use
(
[Measures].[Issues created],
[Issue Type].[Defect]
)
but that gives back only very few Defects.
Thank you very much in advance for your help