According to Mosha's blog, one consideration for KPI MDX expressions is
that the calculated measures created for KPI's will be executed after
all other calculations in the MDX Script. Therefore, to retain control
over order of execution, the intended KPI calculation can be created in
a separate MDX script calculation:
http://www.sqljunkies.com/WebLog/mos...005/12/31.aspx
Therefore, one can (perhaps even should) create all the calculations in
the MDX Script (where they really belong in the first place), and
resolve all the precedence rules there using power of MDX Scripts.
...
- Deepak
Deepak Puri
Microsoft MVP - SQL Server
*** Sent via Developersdex http://www.developersdex.com ***