eo
MIS
- Apr 3, 2003
- 809
SSAS 2005:
I have quite a unique challenge, where I analysts wants to analyse claims in a cube by having the option to slice off values over certain levels. For example if the sum of ClaimsValue is 1,000,000 but there where 4 claims in excess of 50,000, the analysts want to slice the sum of those off the total for further analysis, so this would mean 1,000,000 - (50,000 x 4) = 800,000
To complicate matters, there are valious slicing levels they might want to select from (10,000 or 50,000 or 100,000). Now the easy route would mean to create 3 new measures in the SQL feeding the cube that shows any values over those specified levels, but I would have hoped that this could have been accomplished in MDX, using perhaps a dimension, etc. This could then be used within MDX calculations further on...
...but am I missing a trick here? Any advise greatly appreciated.
EO
Hertfordshire, England
I have quite a unique challenge, where I analysts wants to analyse claims in a cube by having the option to slice off values over certain levels. For example if the sum of ClaimsValue is 1,000,000 but there where 4 claims in excess of 50,000, the analysts want to slice the sum of those off the total for further analysis, so this would mean 1,000,000 - (50,000 x 4) = 800,000
To complicate matters, there are valious slicing levels they might want to select from (10,000 or 50,000 or 100,000). Now the easy route would mean to create 3 new measures in the SQL feeding the cube that shows any values over those specified levels, but I would have hoped that this could have been accomplished in MDX, using perhaps a dimension, etc. This could then be used within MDX calculations further on...
...but am I missing a trick here? Any advise greatly appreciated.
EO
Hertfordshire, England