MDX Formula to Calculate A Scenario Dimension's Value
Summary
MDX Formula to Calculate A Scenario Dimension's ValueContent
In my ASO cube, I have Scenario dimension that has the following members:
Actual
Preliminary Wk 01
Preliminary Wk 02
Preliminary Wk 03
Preliminary Wk 04
Plan
My goal is to create a formula in a new member that reads the scenario members in the order below and provides the data that is most recent in the cube.
1. First, check to see if data is present in Actual, If yes, show Actual data. If not,
2. Check Preliminary Wk 04 if data is present. If yes, show Preliminary Wk 04 data. If not,
3. Check Preliminary Wk 03 if data is present. If yes, show Preliminary Wk 03 data. If not,
0