Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Greetings all,
Is there a way to calculate a fixed average price by month? I’m required to factor in a set measure cost for avg unit prices per month.
Right now I can obtain a fixed price for all orders but am unsure on how to do this by month.
Formula for the average sale price per unit:
Avg Sale Price Per Unit = CALCULATE(DIVIDE(SUM(‘Warranty_Costs’[Net_Sales]),[Total Warranty Cores],1),ALLSELECTED(Warranty_Costs))
Any help would be greatly appreciated, thanks!
Nic
Solved! Go to Solution.
Hi @nnouchi ,
To use VALUES function could get the excepted result here.
Avg Sale Price Per Unit m = CALCULATE ( DIVIDE ( SUM ( 'Warranty_Costs'[Net_Sales] ), [Total Warranty Cores], 1 ), ALLSELECTED ( Warranty_Costs ), VALUES ( 'Warranty_Costs'[Date].[Year] ), VALUES ( 'Warranty_Costs'[Date].[Month] ) )
Hi @nnouchi ,
Could you please share your sample data and excepted result to me if you don't have any Confidential Information.Please upload your files to One Drive and share the link here.
Hi @nnouchi ,
To use VALUES function could get the excepted result here.
Avg Sale Price Per Unit m = CALCULATE ( DIVIDE ( SUM ( 'Warranty_Costs'[Net_Sales] ), [Total Warranty Cores], 1 ), ALLSELECTED ( Warranty_Costs ), VALUES ( 'Warranty_Costs'[Date].[Year] ), VALUES ( 'Warranty_Costs'[Date].[Month] ) )
Thank you for the help, I was able to get my expected result through this function:
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
81 | |
53 | |
37 | |
37 |