Forum Discussion
Stock Ageing Analysis Using FIFO Calculation
Anonymous , refer if these can help
https://radacad.com/dax-inventory-or-stock-valuation-using-fifo
https://community.powerbi.com/t5/Desktop/FIFO-Stock-Calculation/td-p/458160
https://forum.enterprisedna.co/t/share-valuation-using-fifo-method/3853
- Anonymous5 years agoNot applicable
Hi Amitchandak,
Thanks for the links... Unfortunately, I have been through all of them already over the past week and they do not deal with the same problem.
- amitchandak5 years agoSuper User
Anonymous , i am try to check option of bucketing like
https://www.daxpatterns.com/dynamic-segmentation/
https://radacad.com/grouping-and-binning-step-towards-better-data-visualizationsomething like this
Age bucket qty sum = CALCULATE(Sumx(filter(VALUES(SOH[Invtid]), [Age] >=min('Agebucket'[Age bucket start]) && [Age] <=max('Agebucket'[Age bucket end])),SOH[Value Unit]))
But i doubt the lowest level