cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

special Keyfigure calculation in BW query designer

oliver_raths
Participant
0 Kudos
203

When calculating a key figure (Net value YTM), the sales of all months up to the month that is currently displayed in the outline should be summed up.

How would such a key figure calculation have to be defined in the query designer ?

see attachment

thx, br oliver

 

Accepted Solutions (0)

Answers (1)

Answers (1)

csplkr
Explorer
0 Kudos

Hello,

there are multiple possible ways to do this. For a simple use case, you could duplicate the keyfigure selection and have it be cumulated in the selection properties. 

csplkr_1-1726733924022.png

Another option would be to use a CURRENT MEMBER Variable for your time dimension and restrict your  keyfigure on an interval from the first month of the year to the current one for each row using said variable. Check out a more detailed description to solve your problem with CURRENT MEMBER here and here(YTD analysis).

Best Regards