Forum Discussion
Inventory Projection
Hi todebrownie ,
Has your problem been solved?
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
Hi,
I sent you a private msg with my data. Could you please take a look?
- v-kkf-msft4 years agoCommunity Support
Hi todebrownie ,
I'm very sorry, I didn't read the private message before. I clicked on the link you shared, but it indicated that the link had expired. Could you please share it again?
Best Regards,
Winniz- todebrownie4 years agoRegular Visitor
Hi V,
I've just sent you again.
Thank you!
- v-kkf-msft4 years agoCommunity Support
Hi todebrownie ,
Please try the following formula:
Shipments Acm = CALCULATE ( SUM ( Shipments[Qty Invoiced] ), FILTER ( ALL ( CalendarioM ), CalendarioM[WEEKNUM] < MAX ( CalendarioM[WEEKNUM] ) ) )Fcst Acm = CALCULATE ( SUM ( Forecast[Value] ), FILTER ( ALL ( CalendarioM ), CalendarioM[WEEKNUM] < MAX ( CalendarioM[WEEKNUM] ) ) )Measure = CALCULATE ( FIRSTNONBLANKVALUE ( CalendarioM[WEEKNUM], [Initial Stock] ), ALLSELECTED ( CalendarioM[WEEKNUM] ) ) - [Fcst Acm] + [Shipments Acm]If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.