The “half” calculated members don’t return values because you aggregate aggregated calculated members, and the members you try to expand are already expanded - quarters, months.
I would recommend defining a new calculated hierarchy in the Time dimension to split the year in half. The “Half” part would be in the place of the “Quarter” level. Please see more details here - Custom time hierarchies.
The custom JavaScript code for the calculated hierarchy in the Time dimension could look similar to the one below:
What is the purpose of the average of “Issues history”? I recommend replacing the [Time].CurrentMember.Children expression with ChildrenSet([Time].CurrentHierarchyMember).
mmmmm that’s why we are not displaying the Average per Half.
The idea of custom Hierarchy, I though to use it. However, if we implement in a Template account, it can’t be used because it has to be configured in every eazyBI account.
The reason behind that. It is to have the average per month of all of the issues in the aggregation of the different statuses that are not completed (Not Open neither Completed).
Edited: that’s the reason why we have “Issues History” with the Transition Status combined to filter those status per day/month
Is there any other better way to calculate this Average per month?
I will change that in the current formula in the meantime. Thanks for it