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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Bondeuz
Frequent Visitor

Display Average Monthly Sales Quantity

Hi,

 

Im looking into displaying avarage montly sales depending on the amount of months a product has been sold.

 

I want to show the SKU, Current inventory and Average monthly sales quantity in a column of their own. I already have SKU and current inventory but need to calculate the avarage monthly sales from a transactions table like below. How can i go about this?

 

If possbile i would like to use this data also for calculating a forecast of sales in the coming months.

 

SKUCurrent InventoryMonthly Average Sales Quantity
EXT-KIT-8256x

 

My Transaction table looks as following.

 

DateTransaction TypeSKUQuantity
2023-01-23SaleEXT-KIT-82-10,
2023-01-23SaleEXT-KIT-82-4,
2023-01-20SaleEXT-KIT-82-1,
2023-01-20SaleEXT-KIT-82-2,
2023-01-19SaleEXT-KIT-82-5,
2023-01-19SaleEXT-KIT-82-1,
2023-01-19SaleEXT-KIT-82-1,
2023-01-18SaleEXT-KIT-82-4,
2023-01-18SaleEXT-KIT-82-1,
2023-01-17SaleEXT-KIT-82-6,
2023-01-16SaleEXT-KIT-82-1,
2023-01-16SaleEXT-KIT-82-1,
2023-01-16SaleEXT-KIT-82-1,
2023-01-16SaleEXT-KIT-82-1,
2023-01-16SaleEXT-KIT-82-5,
2023-01-13SaleEXT-KIT-82-55,
2023-01-13SaleEXT-KIT-82-2,
2023-01-12SaleEXT-KIT-82-8,
3 REPLIES 3
amitchandak
Super User
Super User

@Bondeuz , try a measure like

 

AverageX(Values('Date'[MONTH Year]),calculate(Sum('Table'[Quantity]))

Could it have something to do with my quantity in transaction list being negative values? If i use a list of absolute values would that work?

Hi,

 

Thank you for the suggestion. I tried the following measure.

Average Monthly Demand = AVERAGEX(VALUES((Calender[Date])),CALCULATE(SUM(Yellow_ItemLedgerEntryBI[Quantity])))

But it just displays the current stock level instead of the monthly average.

I used my Calender date table which is not the in the same table as the posting date of the actual transaction. Is this correct? For my Date table i used CALENDERAUTO(12), could this be a factor?

 

 

Bondeuz_0-1685008420730.png

 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

August Carousel

Fabric Community Update - August 2024

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