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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Anonymous
Not applicable

Calculated measures average

Hello Everybody, 

 

I have a table filling with sales data. 

I have to calculate the max value in every month and after I have to calculate the avarege of this max values. 

I can do the monthly max value, but after I get stuck because de avarage function is working only with column not with calculated measures. 

 

Can anybody help me? 

 

Thanks a lot, 

Anett

1 ACCEPTED SOLUTION
az38
Community Champion
Community Champion

Hi @Anonymous 

try AVERAGEX() function, like

Measure = CALCULATE(AVERAGEX(Table, Table[YourMaxMeasure]))

do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

Refer to

https://community.powerbi.com/t5/Desktop/SUM-of-AVERAGE/td-p/197013

 

you need to do Avg of Max

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
az38
Community Champion
Community Champion

Hi @Anonymous 

try AVERAGEX() function, like

Measure = CALCULATE(AVERAGEX(Table, Table[YourMaxMeasure]))

do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.