Calculating the sum upto the previous period dynamically. -
11-23-2005
, 03:35 PM
For example if I have 2 dimensions
Time ( year-->MOnth---> Day)
Customers
and a measure
How can I create a formula to dynamically calculate the sum of the
Unit sales for the customers for this yr upto last
month(october)...current month is November...
so for example if the current month is November, I will like to add the
sum of all the months upto october for this year..(this should be
dynamic since when december comes the sum should be upto November)
Any Ideas?
Thanks, |