Wrong Status on Issue Childs

Hi Zane,

thanks for your answer,

let me go into details and share my real issue.

I’m using the following measure: Hour Spent Completed (it is also an existing measure in new eazybi release)

Sum(
Filter(
Descendants([Issue].CurrentMember,[Issue].[Issue]),
DateInPeriod(
[Issue].CurrentHierarchyMember.Get(‘Closed at’),
[Time].CurrentHierarchyMember
)
),
([Measures].[Hours spent],[Time].CurrentHierarchy.DefaultMember)
)

This measure starts to cumulate hours spent sum when the issue is in completed.

My BIG ISSUE is reported in this post:

Could you help me? We are working on this issue from 2 months and we can not see the light at the end of the tunnel.