Forum Discussion
Powerwoman
Helper II
2 years agoSplit inventory count on purchase orders
Hello everbody, hope I will get some help here. What I need is to identify the latest purchase orders, that provided the inventory count. Sample data: Itemno Inventory Count 1900-S 500 ...
- 2 years ago
Hi there,
found a solution:I created a calculated column that deducts values from the inventory total.
remainingPurchaseUnits =var _index = itemLedgerEntryPurchase[Index]var _remainingUnits = CALCULATE(sum(itemLedgerEntryPurchase[amount]), ALLEXCEPT(itemLedgerEntryPurchase,itemLedgerEntryPurchase[item]),itemLedgerEntryPurchase[Index] <= _index)return[inventoryUnits]- _remainingUnits
amitchandak
Super User
2 years agoPowerwoman , Do you have a date column? I think we need to build cumulative, but need date for that
Please share additional columns you have in table
Something like this
Power BI Inventory On Hand: https://youtu.be/nKbJ9Cpb-Aw