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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
ckoulis
New Member

How can i get the average per month in a table

Hello all,

 

i have the data below: 

 

IDDate CreatedDate ResolvedDays difference
110/9/202010/10/20201
210/10/202010/12/20202
311/10/202011/11/20201
411/11/202011/13/20202
511/12/202011/15/20203
612/10/202012/14/20204
712/12/202012/13/20201

 

and i would like to get the average per month like below

 

Average per month
Oct-201.50
Nov-202.00
Dec-202.50

 

any suggestions of what needs to be done?

 

thank you in advance.

1 ACCEPTED SOLUTION
nandukrishnavs
Community Champion
Community Champion

@ckoulis 

 

First, create a calculated column.

month year = FORMAT('Table'[Date Created],"mmm-YY")

Then write a Measure.

Measure = AVERAGE('Table'[Days difference])

nandukrishnavs_1-1608010964889.png

 

 

 


Regards,
Nandu Krishna

View solution in original post

4 REPLIES 4
amitchandak
Super User
Super User

@ckoulis , Create a date table. Join it with date created and have month year in there and then take Avergae measure.

To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.

or refer if this blog can help

#POWERBI: How to divide/distribute values between start date or end date or count days across months/days: https://community.powerbi.com/t5/Community-Blog/How-to-divide-distribute-values-between-start-date-o...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

great information here @amitchandak thank you

nandukrishnavs
Community Champion
Community Champion

@ckoulis 

 

First, create a calculated column.

month year = FORMAT('Table'[Date Created],"mmm-YY")

Then write a Measure.

Measure = AVERAGE('Table'[Days difference])

nandukrishnavs_1-1608010964889.png

 

 

 


Regards,
Nandu Krishna

Thank you that worked.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors