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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.