Hi All,
I’m working on a project to analyse historical stock values. For every product and every day, the value of the goods is stored in a table called “Stockmovement history”.
Unfortunattelly, they only started doing this from 15-04-2020 so I need to make a calculation to the get the values from the dates prior to that. The measure “Adj Costs2” was made to determine the first know product value ( so from 15-04) and to use this for Total stock value on each individually day.
This is working, but the goal now is to show stock value difference over several periods, f.e. over a month or over a year. Therefore on the page ‘Montly Overview’ it should return the values at the beginning and end of each month. And this seems to be okay from 15-04 onwards.
But the problem now is, that for the periods prior to 15-04-2020, I cant seem to get this sorted. If you look at the ‘Check sheet’ I have tried to have the column "Stock value Begin’ to be filled in for every date , so also for the dates prior to 15-04-2020.
It would be great if somebody can help me to get this sorted.
I have attached a dummy version of the report.
Dummy issue Start of Month.pbix (564.4 KB)