Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
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
Solved! Go to Solution.
Hi @Anonymous
try AVERAGEX() function, like
Measure = CALCULATE(AVERAGEX(Table, Table[YourMaxMeasure]))
Refer to
https://community.powerbi.com/t5/Desktop/SUM-of-AVERAGE/td-p/197013
you need to do Avg of Max
Hi @Anonymous
try AVERAGEX() function, like
Measure = CALCULATE(AVERAGEX(Table, Table[YourMaxMeasure]))
| User | Count |
|---|---|
| 23 | |
| 22 | |
| 21 | |
| 18 | |
| 11 |
| User | Count |
|---|---|
| 56 | |
| 54 | |
| 43 | |
| 36 | |
| 34 |