Hi,
I'm trying to use "dynamic level" instead of "single level" selection by MDX. Can anyone have an idea?
I'm using below calculated cell which is working fine. But I wanna use "lowest level" of geography dimension instead of [DM]
Calculation Subcube: {[Measures].[Sales Value 02]}, [GEOGRAPHY].[DM].MEMBERS
Calculation Condition: ""
Calculation Value: CalculationPassValue([Measures].[Sales Value 02] / 100 * StrToValue([GEOGRAPHY].Properties("Percentage")),0)
I'm trying to use "dynamic level" instead of "single level" selection by MDX. Can anyone have an idea?
I'm using below calculated cell which is working fine. But I wanna use "lowest level" of geography dimension instead of [DM]
Calculation Subcube: {[Measures].[Sales Value 02]}, [GEOGRAPHY].[DM].MEMBERS
Calculation Condition: ""
Calculation Value: CalculationPassValue([Measures].[Sales Value 02] / 100 * StrToValue([GEOGRAPHY].Properties("Percentage")),0)