How to make lookupcube work with Linkmember function in calculated measure -
12-06-2005
, 09:55 AM
Cube [Cube1] has dimensions:
[Reporting Currency]
[Date]
Cube [CubeRate] has dimensions:
[Currency]
[Date]
and measure [Rate]"
[Date] is shared dimension between [Cube1] and [CubeRate], while
[Reporting Currency]
and [Currency] has the same date key.
What to is to define a calculated member in [Cube1] to get [Rate].
(Even I know there is intelligent way to get currency conversion in
SSAS2005, we decide to use separate cube to save the FX rate as
separated cube from product requirement)