Substitute to Leaves function on Time hierarchy
Hello
I've created formula members on time dimension in ASO cube. Time dimension is Multiple hierarchy enabled. With this combination,
I've created a formula member in facts (typical ASO formula which multiplies at level 0 and sum at any higher level). This formula uses current member.leaves formula.
When I try to retrieve this fact member with calculated time member, I'm get this error 'Function [LEAVES] not supported for dynamic hierarchies'.
If I also tried {Descendants([Dimension].CurrentMember, Levels([Dimension],0))} but it fails to retrieve after long time.
Any workaround to this issue? (already tried custom calculation only to run across bug