Hi,
I have fact table with a contract value. Also I have a dimension with a contract states
- Actual
- Replace
- Canceled
Now I have to display a ratio with following calculation
ratio = Actual - Replaced - Canceled
I have a cube which can be used to see the contract values by time, state, region etc.
Is there a way in Analysis Services to make such a calculation in a cube or do I have to change my fact table or create a new one.
Thanks for every hint