The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello, I have a table with the demand per month:
I want to calculate the moving average but with weighted average like below:
Forecasted_demand=(M1*1+M2*2+M3*3)/6
(M1: 3 months ago, M2: 2 months ago, M3: previous month)
Could you help to write the DAX measure to get it?
Thank you in advance!
Kind regards,
Silvia
Solved! Go to Solution.
Hello @Silvia_Gulu_BXL
output :
kindly use the following measure :
let me know if this works for you .
If my response has successfully addressed your issue kindly consider marking it as the accepted solution! This will help others find it quickly. I would appreciate hitting that kudos button 👍🤠
Hello @Silvia_Gulu_BXL
output :
kindly use the following measure :
let me know if this works for you .
If my response has successfully addressed your issue kindly consider marking it as the accepted solution! This will help others find it quickly. I would appreciate hitting that kudos button 👍🤠
User | Count |
---|---|
78 | |
74 | |
43 | |
32 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
50 | |
46 |