Forum Discussion
Need help with Measure please
- Anonymous4 years ago
Hi KevBI ,
I think there is something wrong in your calculate logic.
The calculate logic of your measure is 60900 / (20 * 7) = 435.
Try this code.
AOPWDMeasure = DIVIDE ( SUM ( 'Spoilage AOP 2022'[AOP] ), SUM ( 'Spoilage AOP 2022'[WDMonth] ) ) * ( [workdays] )Result is as below.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
So when looking at the first row, Value Stream CE-E, filtered on 01.02-09.02,
we have an AOP of 60900, WDMonth = 20 and workdays = 7.
So it should calculate 60900 / 20 * 7 = 21315
The Measure puts out 435 though.
- Anonymous4 years agoNot applicable
Hi KevBI ,
I think there is something wrong in your calculate logic.
The calculate logic of your measure is 60900 / (20 * 7) = 435.
Try this code.
AOPWDMeasure = DIVIDE ( SUM ( 'Spoilage AOP 2022'[AOP] ), SUM ( 'Spoilage AOP 2022'[WDMonth] ) ) * ( [workdays] )Result is as below.
Best Regards,
Rico ZhouIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.