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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

Average by quarter

Hi,

 

in Power BI I need to calculate an average of values by quarter (I have the column for quarter numbers). So I need to take the values for each quarter and calculate an average for these.

 

Example of what I need:

valuequarteravgByQuarter
0.510.75
110.75
-22-2
02-2
-13-0.25
0.53-0.25

 

Thank you so much for the help!

2 REPLIES 2
tamerj1
Super User
Super User

Hi @Anonymous 
Are all columns coming from the same table or do you have a data model with multiple tables? Are lookig for a calculated column or a measure?

NikhilChenna
Skilled Sharer
Skilled Sharer

Hi @Anonymous , 

I think below can solve your issue, create a measure of Avg as below ,

Avg = AVERAGE(table1'[value])

 

And then drag this in your table and check if it works.

 

Regards, 
Nikhil Chenna 


Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.