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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Ab_2023
Frequent Visitor

Unable to get historical average of received complaints

Hello,

I have a table which has product code, Compaint number (alpha numeric) and complaint received date. Challenge is to get 12 month historical average of complaints baring recent 5 months and standard deviation of complaints.

 

Product CodeComplaint No.Comp. Receipt Date

Product AC-093962022/05/18
Product BC-093932022/05/13
Product CC-093902022/05/17
Product AC-079982021/06/08
Product BC-0796062021/06/08
Product BC-0796062021/06/08
..….

 

Thank you for your help in advace.

 

Regards,

PowerBi Enthusiat

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Ab_2023 , Rolling month avg with help from date table

 

12 Month Avg = CALCULATE(AverageX(Values('Date'[MONTH Year]),calculate(Count('Table'[Complaint No)))
,DATESINPERIOD('Date'[Date ],MAX('Date'[Date ]),-12,MONTH))

 

You can also consider windows

Power BI Window function Rolling, Cumulative/Running Total, WTD, MTD, QTD, YTD, FYTD: https://youtu.be/nxc_IWl-tTc

 

For standard-deviation-in-power-bi
https://www.edureka.co/community/31365/to-calculate-the-standard-deviation-in-power-bi
https://www.youtube.com/watch?v=ekcrlfZyAhg
https://www.pbiusergroup.com/communities/community-home/digestviewer/viewthread?GroupId=547&MessageK... 

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Ab_2023 , Rolling month avg with help from date table

 

12 Month Avg = CALCULATE(AverageX(Values('Date'[MONTH Year]),calculate(Count('Table'[Complaint No)))
,DATESINPERIOD('Date'[Date ],MAX('Date'[Date ]),-12,MONTH))

 

You can also consider windows

Power BI Window function Rolling, Cumulative/Running Total, WTD, MTD, QTD, YTD, FYTD: https://youtu.be/nxc_IWl-tTc

 

For standard-deviation-in-power-bi
https://www.edureka.co/community/31365/to-calculate-the-standard-deviation-in-power-bi
https://www.youtube.com/watch?v=ekcrlfZyAhg
https://www.pbiusergroup.com/communities/community-home/digestviewer/viewthread?GroupId=547&MessageK... 

Thank you for your quick response, Its helpful indeed however I was thinking how to get average leaving recent 5 months. Example we are in Jan 2023, we should consider complaints received on Aug 2022 and before (12 months). Thanks

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.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.