Not trivial MDX - help needed
I have a cube with:
- a Version dimension {1,2,3,4}
- a FY Time dimension {2001,2002,....2006}
- a measure X (currrency)
I want to show "Current Version USD" value on my report, which will be a value of the measure X associated with the latest version for a given year.
Example:
FY_01__|__02__|__03__|__04__|__05__|__06
Version 1_100__|_50__|__10__||__980_| __
Version 2_200__|__||||__35_
Version 3_30|__70_||__60__|| __
Version 4|__||__80__|__30__| __
--
Current Version USD30|__70_|__10__|__80__|__30|_35
I'm trying to come up with an MDX showing only:
FY_01__|__02__|__03__|__04__|__0 5__|__06
Current Version USD30|__70_|__10|__80__|__30|__35
Any help appreciated.
Thanks,
Kris

