![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I want to compare same months of different years (or even same quarters). p.e. June 2004 vs June 2005 and show difference and %Change. How this can be done for SQL Analysis server 2000 ? Thank you D.E. |
#3
| |||
| |||
|
|
Check the parallel periods function. You can use it to calculate measure values a year ago based on the currentmember. Something like: ([Measures].[Value], [Time].currentmember) --- value od measure in current time ([Measures].[Value],ParallelPeriod([Time].[year],1,[Time].currentmember)) --- a year ago MC "D.E." <dimitris (AT) add (DOT) gr> wrote in message news:%23QakE73QGHA.1728 (AT) TK2MSFTNGP11 (DOT) phx.gbl... Hi, I want to compare same months of different years (or even same quarters). p.e. June 2004 vs June 2005 and show difference and %Change. How this can be done for SQL Analysis server 2000 ? Thank you D.E. |
![]() |
| Thread Tools | |
| Display Modes | |
| |