Error in getting the number of all subtasks under a issue

hi,
I want to get the number of subtasks under a issue At present, I can only get 28 at most, and the result of more than 28 is 28.
Rows is issue, and my measure is:
CASE WHEN NOT IsEmpty([Issue].CurrentHierarchyMember.Get(“Sub-task keys”))
THEN
Sum(
[Issue].[Issue].GetMembersByKeys([Issue].CurrentHierarchyMember.Get(“Sub-task keys”)),
1
)
END

We look forward to your reply,thanks.

Hi,

You could try using the predefined measure “Sub-tasks created” to find the number of subtasks for each issue.
If the “Sub-tasks created” show correct value but your calcultation doesn’t, please check that report dimension “Issue type” is filtered for all the sub-task issue types in your report.

Martins / eazyBI support