This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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]))
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 29 | |
| 29 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 39 | |
| 33 | |
| 24 | |
| 23 |