Hello,
I designed a cube with several dimension:
- 5 dimensions with 1 level and 5 members
- 1 Product dimension with 7 levels and 6000 members at the bottom level
I defined custom rollup formula at each level of the Product dimension to calculate average values (formula: Sum([Product].CurrentMember.Children) / Count([Product].CurrentMember.Children,INCLUDEEMPTY)).
When I design the partition, I have only 12 aggregations!!
That means all my custom rollup formula are not stored in the partition.
Is there a way to force storing aggregations based on custom rollup formula?
Regards,
Jerome
I designed a cube with several dimension:
- 5 dimensions with 1 level and 5 members
- 1 Product dimension with 7 levels and 6000 members at the bottom level
I defined custom rollup formula at each level of the Product dimension to calculate average values (formula: Sum([Product].CurrentMember.Children) / Count([Product].CurrentMember.Children,INCLUDEEMPTY)).
When I design the partition, I have only 12 aggregations!!
That means all my custom rollup formula are not stored in the partition.
Is there a way to force storing aggregations based on custom rollup formula?
Regards,
Jerome