Something along the lines of (untested):
[Year.Amount * Year.ExchangeRate] -
Quote:
[(Year.CurrentMember.PrevMember, Amount) * (Year.CurrentMember.PrevMember,
ExchangeRate)] |
--
Jacco Schalkwijk
SQL Server MVP
"Sridhar" <vsridhar420 (AT) gmail (DOT) com> wrote
Quote:
Hi,
I am trying to build a cube which analyzes the impact of exchange
rates on costs. The amounts have about 5-6 dimensions. Is it possible
to have an expression like [Year.Amount * Year.ExchangeRate] -
[PreviousYear.Amount * PreviousYear.ExchangeRate] without having to
hardcode the year values in the formula ?
Thanks
Sridhar |