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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
sammy3
New Member

Need help creating a conditional column to display average for a range of values

sammy3_0-1611629291576.png

I need the column to display the averages similiar to this. Averages are being displayed for values in incremements of 5's. Any ideas on how to do this. 

 

Thank you

 

2 REPLIES 2
amitchandak
Super User
Super User

@sammy3 , Create a new column in table like

 

new column = Quotient([Value]-1,5)

 

then you can have a new column

Avg = avergageX(filter(Table, [New column] =earlier([New Column])),[Year])

 

or a new measure

Avg = avergageX(filter(allselected(Table), [New column] =max([New Column])),[Year])

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

This was very useful, thank you very much. One more question, how would i be able to calculate the standard deviation for the years that have the same averages? 

 

Thank you

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors