Hello experts
I have a key figure 'A'. Then I have key figure 'B' based on key figure 'A' but 'B' is marked as cumulated. The two key figures are to be added/summed together.
Example of what I want obtain:
Week 1 | Week 2 | Week 3 | |
---|---|---|---|
A (non cumulated) | 5 | 5 | 5 |
B (cumulated value of 'A') | 5 | 10 | 15 |
A+B | 10 | 15 | 20 |
But the calculated key figure 'A+B' is also non cumulated which overrules the cumulation of key figure 'B'. So for example instead of getting the sum '15' for week 2 it gives only the result '10'.
Example of how my result look:
Week 1 | Week 2 | Week 3 | |
---|---|---|---|
A (non cumulated) | 5 | 5 | 5 |
B (cumulated value of 'A') | 5 | 10 | 15 |
A+B | 10 | 10 | 10 |
How come that the calculated key figure can't sum the cumulated 'B' with the non cumulated 'A' ?
Thanks to anyone able to come with the solution in the BEX Query Designer
Rgds, Mikkel