I am trying to figure out how i can project forwards my stock value based on my incoming materials, usage and demand.
Sounds easy as i type it however i seem to have had a brain power loss today.
I have my Current stock level id like to take the current stock value deduct the usage from our planning MRP system and then add the purchase orders that are inbound to get the expected stock level next month.
Then once i have that value, going forwards id like to predict as far into the future as my date table allows 2022 or something.
I have watched the forecasting videos but these are all based from historical data looking back over time im trying to use the actual value of my inventory and predict forwards from that.
See the graph below the red is my current inventory value then grey is the open orders and there will be a blue one called demand shortly i just ran out of time. id like to project this red bar inventory value all the way through something like
Current inventory value + Open POs - demand = November Dec and so on and on
I don’t know what your model looks like but if you can create a single table with all replenishment- (positive numbers) and demand lines (negative numbers) you can just sum them up.
Back in the office a tried to test this out. see screen shot im almost there but i cant get the projection of “Expected stock value” to work. for some reason when i put the projection into the chart it loses the filters of the previous problem i had where by my MM list is filtered to a specific group of products and i get the expected stock of all products not the specific list.
See the graph all the data is there i just need one more column that is called expected stock which is just the stock of October - the demand (What i have to use) + the open orders (My open orders inbound for those products) and then have that projected into November then Nov in Dec and so on and on.
As for the Stock projection, I hope this simple example will help:
If you place the SUM QTY or [ Expected stock change ] in a table, it’ll sum up the quantity only for that day. So you need to replace that filter context and that’s where the CALCULATE, FILTER, ALL pattern comes in which allows you to sum up everything up to that point on your selected Date.