Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
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...
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.