March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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 A | C-09396 | 2022/05/18 |
Product B | C-09393 | 2022/05/13 |
Product C | C-09390 | 2022/05/17 |
Product A | C-07998 | 2021/06/08 |
Product B | C-079606 | 2021/06/08 |
Product B | C-079606 | 2021/06/08 |
… | .. | …. |
Thank you for your help in advace.
Regards,
PowerBi Enthusiat
Solved! Go to Solution.
@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...
@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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |