Forum Discussion
Create Historical Stock
- 2 years ago
Hi,
Share the download link of the PBI file. Ensure that in the Stock Table, there is a Date column.
Let me explain.
The third table is from my idea.
Let's take the item A.
On day 2023-12-30, 90pcs in stock.
On day 2023-12-31, 10pcs were shipped. So remain stock is 80pcs.
On day 2024-01-01, from 80pcs. 10pcs were shipped and 30pcs input. So remain stock is 100pcs.
On day 2024-01-02. from 100pcs. there is no shipment or input. So still 100pcs are in stock.
This is what I want.
Problem is I have current stock, in this case 100pcs. at 2024-01-02.
I have to create a graph by reverse calculation...
Hope it is clear.
Hi,
I have solved a similar problem in the attached files where closing stock has to be calculated from opening stock, purchases and sales. Yours is the reverse case. Please try to adapt the solution to your specific case.
Hope this helps.
- Young_G_Han2 years agoHelper III
Dear Ashish
Thank you for your suggestion.
I have reviewed both files and the example1 is close to the solution.
But... In you file, the initial backlog is starting from Dec. 1 2022. and all calculation is creating 2023 opening backlog, revenue, expenses and closing backlog.
I need to start from today and it is closing backlog.
One of my idea is that I can use the entire revenue and bill (in your file) with running until previous month.
This means the entire - running is accumulated value (dates backward).
I am trying but not easy.
If you can help, that would be better...
Anyways, your files helps a lot.
- Ashish_Mathur2 years agoSuper User
Hi,
Share the download link of the PBI file. Ensure that in the Stock Table, there is a Date column.
- Young_G_Han2 years agoHelper III
Dear Ashish
With your file, I added my idea that the Entire R - until R and the Entire E - until E.
I successfully made all stock information based on date!
Thank you for your great help!