This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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 April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.