Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hello,
I’m currently working on a Power BI report to calculate inventory ageing quantities using the FIFO method. I believe you might have some helpful DAX patterns for this type of calculation. If you have any relevant resources or references, I would greatly appreciate it if you could share them with me.
Thank you in advance for your support!
Best regards,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ilgar_Zarbali
Of course! Here are some additional DAX patterns that can help you implement the FIFO method in Power BI for calculating inventory ageing quantities:
Calculate Inventory Balance: This measure calculates the running balance of inventory by considering both incoming and outgoing quantities.
FIFO Inventory Value: This measure calculates the value of the inventory using the FIFO method by considering the cost of the oldest inventory first.
Inventory Ageing Buckets: This measure categorizes inventory into different ageing buckets (e.g., 0-30 days, 31-60 days, etc.) based on the FIFO method.
FIFO Cost of Goods Sold (COGS): This measure calculates the cost of goods sold using the FIFO method.
For more you may refer to :DAX Patterns
Best regards.
Community Support Team_Caitlyn