Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
lizaflor
Frequent Visitor

Age of Inventory Calculation

Hi, I am a newbie in Power BI and I was given a project that will compute for the Age of Inventory. Can anybody help me on the calculation of it? Below is my sample data:

lizaflor_0-1622423925526.png

I have an ending Inventory of 549 , based on my sell-in information, I need to match my Inventory units to it and return the appropriate age group to show how long the Inventory is sitting in the warehouse. The desired result will show how many units are age 1-3 months, 4-6, 6-9 and so on. 

lizaflor_1-1622423966179.png

 

Thank you in advance for any input that will be given to this inquiry.   By the way, these are my models.

lizaflor_2-1622424066224.png

 

2 ACCEPTED SOLUTIONS
Tanushree_Kapse
Impactful Individual
Impactful Individual

Hi @lizaflor ,

 

You can create different measures to show the number of inventory units for different ages:
1. For 1-3 months= Calculate(SUM(Sell-in), filter(table_name, Group="1-3 months"))
Likewise you can create measures for other intervals too.

I believe this is what you wanted.

 

 

View solution in original post

lizaflor
Frequent Visitor

Hi @Tanushree_Kapse, thank you so much for this helpful insight. Indeed this is what I wanted. I was able to solve the aging of Inventory using the above measure. I really appreciate your help. God bless.

View solution in original post

3 REPLIES 3
lizaflor
Frequent Visitor

Hi @Tanushree_Kapse, thank you so much for this helpful insight. Indeed this is what I wanted. I was able to solve the aging of Inventory using the above measure. I really appreciate your help. God bless.

@lizaflor Glad to help!😄

 

Tanushree_Kapse
Impactful Individual
Impactful Individual

Hi @lizaflor ,

 

You can create different measures to show the number of inventory units for different ages:
1. For 1-3 months= Calculate(SUM(Sell-in), filter(table_name, Group="1-3 months"))
Likewise you can create measures for other intervals too.

I believe this is what you wanted.

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.