Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
@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])
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 81 | |
| 65 | |
| 50 | |
| 45 |