Hi,
I have 2 calculated measures, one which should return a value for the given period, the other the cumulative value to date.
My syntax is as follows:
Can anyone suggest where i may be going wrong as i'm struggling to see it!
Thanks in advance.
Cheers,
Leigh
"If you had one shot, one opportunity, to seize everything you ever wanted, in one moment, would you capture it, or let it slip?" - Eminem
I have 2 calculated measures, one which should return a value for the given period, the other the cumulative value to date.
My syntax is as follows:
Code:
Period: ([Measures].[Quantity], [DimAction].[Action].&[1])
Cumulative: SUM([Measures].[Quantity], [DimAction].[Action].&[1])
Can anyone suggest where i may be going wrong as i'm struggling to see it!
Thanks in advance.
Cheers,
Leigh
"If you had one shot, one opportunity, to seize everything you ever wanted, in one moment, would you capture it, or let it slip?" - Eminem