Forum Discussion

fsim's avatar
fsim
Responsive Resident
7 years ago
Solved

forcast accuracy with rolling version

Hi !   I'm stuck with this measure. Every month we receive the forrecast of our sellers for the next 6 month.  On the other side I aslo have access to what was realIy sold per month over the last ...
  • fsim's avatar
    fsim
    7 years ago

    hi Anonymous  !

    Thank you for your suggestion.  In the interval I found a way to bypass the problem. In the Forcast table, I added a column  = if( DATEADD('S&OP'[Forecasts Month];-2;month)= 'S&OP'[SOP version];true;false)

    And I filter my calculation on this flag. 

    Problem solved.

    Thank you anyway !