Forum Discussion
Display\Find The first Date that Inventory QTY goes Negative based on Running Net Inventory Totals
- 9 years ago
Hi Grunstra,
I thought your resource table in same table, I understand now. Please create a measure using the formula, then add it to your table report.New Due-Date = MINX(FILTER('OrdersOpen-All','OrdersOpen-All'[Net Inv RT]<0),'OrdersOpen-All'[due_date])
Best Regards,
Angelia
Here is pbix file. I only have sample data. I put in one item in this data. But you can still see when it goes negative. Thanks for the assistance.
https://www.dropbox.com/sh/4cwfgboh9lhhura/AAD1-ypTPIhrNks67FScxMPPa?dl=0
Hi Grunstra,
I thought your resource table in same table, I understand now. Please create a measure using the formula, then add it to your table report.
New Due-Date = MINX(FILTER('OrdersOpen-All','OrdersOpen-All'[Net Inv RT]<0),'OrdersOpen-All'[due_date])
Best Regards,
Angelia
- Grunstra9 years agoRegular Visitor
Sweet!! Thanks. How can I also get the Order QTY related to the due when it first went Negative?
- v-huizhn-msft9 years agoMicrosoft Employee
Hi Grunstra,
I use the min function, it has calculated the earliest date went Negative.
Best Regards,
Angelia - Grunstra9 years agoRegular Visitor
Any way to get the ON Hand Inventory QTY on that Due Date?