Can i temporally save the results of a calculation (e.g. Dimension = D1 & Measure =M1) and Change the Dimension(=D2) and Measures(=M2) for the following calculation and so on.
Does anyone have a example or code fragements/examples on this Topic?
There is no direct support for what you are asking for. You can always in your code in your extension do that in a step-wise manner and create some logic to achieve it. It is not necessarily straightforward.