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 in Power Query

I need to calculate the last 4 quarters averages in power query. I know how do rolling average in DAX, but I need to create a column within power query to reference in a conditional format. I'm relatively a beginner in power bi, please give me any advice on how to go about this. I created a new column and put this in: 

 

= Table.AddColumn(
#"Removed Columns14",
"Average",
each if [#"Rank"] > 3 then List.Average(List.Range(#"Removed Columns14"[#"Prevalent Home "], _[#"Rank "] - 3, 3)) else null
, type number)

 

However, the calculations are incorrect any help would be greatly appreciated. Unfortuntely, I can't provide you with the dataset or the chart, it contains sensitive information. 

1 REPLY 1
lbendlin
Super User
Super User

Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).

Do not include sensitive information or anything not related to the issue or question.

If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...

Please show the expected outcome based on the sample data you provided.

Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

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.

Top Kudoed Authors