Forum Discussion

Kees's avatar
Kees
Icon for Helper I rankHelper I
3 years ago
Solved

Simple calculation

Hi,   Here is the new bee again.   What seems a simple action (at least in EXCEL) is substracting (or multiplying / deviding / adding)) with values seems for me harder then I thought. When I sear...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi Kees ,

     

    According to your description, here are my steps you can follow as a solution.

    (1) My test data is the same as yours. The model relationships are shown below.

    (2) We can create measures. 

    Actual - Forecated = MAX('Actual'[Actual Hours])-MAX('Forecated'[Forecated hours])
    Actual Oct - Forecast Hours = CALCULATE('Actual'[Actual - Forecated],FILTER('Actual','Actual'[Month]="Oct"))

    (3) Then the result is as follows.

    Best Regards,

    Neeko Tang

    If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly.