Forum Discussion
tomasrcm
2 years agoNew Member
Help calculating purchasing requisitions backlog per month
Hi! I need help to calculate a monthly indicator related to open purchasing requisitions backlog for each month. Today, when a Purchasing requisition does not have a Purchase Order, we consider it in...
amitchandak
2 years agoSuper User
tomasrcm , if there are not dates like start and end. Then you need to create snapshots
DAX append approach should help
https://blog.crossjoin.co.uk/2020/04/13/keep-the-existing-data-in-your-power-bi-dataset-and-add-new-data-to-it-using-incremental-refresh/
https://www.thebiccountant.com/2017/01/11/incremental-load-in-powerbi-using-dax-union/
- tomasrcm2 years agoNew Member
thanks amitchandak! My main problem is that the requsitions will change status over time.
I will need like a "snapshot" of end of may to compare it with the end of june indicator. thanks for the suggestion!