I'm trying to create a report that shows the current supply of incidents per week. I've got a table "Processing" with 5 columns:
"Year", "Week", "Created", "Closed" and "Supply"
The calculation I need to use is "Created"-"Closed" + "Supply" from the week before (the cell above). In a normal excel table this is easy enough but I can't figure this out with DAX.