Forum Discussion
Simple calculation
- Anonymous3 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.
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.
Thanks! Slightly adjusted, but it brought me on the right track!
Brgds Kees