The Add Business Intelligence Wizard
The "Add Business Intelligence Wizard" can be used to implement currency conversion in a cube; you can find it under the Cube menu by clicking the menu option Add Business Intelligence and then, on the second step of the resulting wizard, selecting the Define Currency Conversion option. This wizard leverages Analysis Services features that are available in both Standard and Enterprise editions, such as MDX Script calculations. We can achieve the same result without using the wizard, or we can modify the objects and code produced by the wizard so they do what we want.
Concepts and prerequisites
Before using the wizard, we have to model our cube so that we have:
A
Currency
dimension:The
Type
property of the dimension must be set toCurrency
The
Type
property of one attribute for the dimension must be set toCurrencyName
The
IsAggregatable
property must be set toFalse
for the key attribute
A
Time
dimension:The
Type
property of the dimension must be set toTime...