Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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...
Check out the July 2025 Power BI update to learn about new features.