You may use MDX formula. A sample would be:
For current period:
([Measures].[Gross Profit], [Date].[Fiscal Year].LastChild)
For previous period:
([Measures].[Gross Profit],[Date].[Fiscal Year].LastChild.Lag(1))
There are some sample MDX in FoodMart and AdventureWorks workspace files.
--
Thanks,
Tony Li [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
"Steven" <steven.heinz@ilg.com> wrote in message
news:%23uiJpSnhGHA.4284@TK2MSFTNGP05.phx.gbl...
|