Share via

Aging Report using FIFO

Anonymous
2024-10-17T07:13:14+00:00

I have a database of products that i want to create an aging report using FIFO.

Sample file and outcome: https://we.tl/t-TBFVW2AIw2

Microsoft 365 and Office | Excel | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Anonymous
    2024-10-19T05:29:43+00:00

    Thanks so much for the information Snow Lu

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-10-18T13:55:02+00:00

    You may need a measure in Power Povit with dax formula. Such as this one.

    SumBeforeCurrentDate := VAR CurrentRowDate = MAX(Table1[Posting date]) RETURN CALCULATE( SUM(Table1[Quantity]), Table1[Posting date] < CurrentRowDate )

    ===================================

    I'd suggest you create a new thread on Power query forum which is special channel to handle such questions.

    Power Query - Microsoft Fabric Community

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-10-18T04:01:02+00:00

    Hi Snow,

    I got the desired outcome by grouping the products. So initially, I bought 4 bottles on April 30, then on July 4 and Sep 1 there is consumption. Thus the balance is now 1 or simply 22 which was (88/4). and then i bought again on Sep 15 for 5 bottles. Thus in my aging, it should show that on the original purchase in April 30, i still have 1 bottle left or 22 on my 121-365 days and 5 bottles/110 on 31-60 days bracket.

    Image

    Kind Regards,

    Donskie

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-10-17T14:37:38+00:00

    How do you get 22 and 1635 in 121-365 days? I cannot understand your logical from your desired outcome.

    Was this answer helpful?

    0 comments No comments