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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Moving Average using a Measure & Calculated Columns

Hello all, 

I've seen this question posted several times however none of the solutions I've come across have worked. What I want to do is calculate a 4 week/28 day rolling average for five measures. Each of the measures is calculated similarly so I would suspect a solution that works for one will work for all. The data table I am using looks like the image below and is named 'Delivery Performance' (edited for simplicity/confidentiality):

msylv13_0-1654615747128.png

Please note that the columns EDD_numerator through SR_numerator are calculated columns based on other columns within the same table. For example, EDD_numerator is [Expected Delivery Date]*[Deliveries]; the other calculated columns have similar simple calculations. 

I will first need to create a moving average for the following measure:

Expected Delivery Date (EDD) =
DIVIDE(
    SUM('Delivery Performance'[EDD_numerator]),
    SUM('Delivery Performance'[Deliveries])
)

All attempts so far have either resulted in duplicating the measure or creating a moving average that performs the calculation on each individual calendar day, despite all data points being 7 days apart. 

Thank you!
1 REPLY 1
v-henryk-mstf
Community Support
Community Support

Hi @Anonymous ,

 

Does the data model have a date table? Also what is the calculation logic of the created EDD_numerator and SR_numerator columns? Is it possible to further describe your requirements.

 

Looking forward to your reply.


Best Regards,
Henry

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.