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 moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
I have a measure which i have created and result of the measure is something like this. I need to find out Max value out of this output.
| Accuracy | |
| Customer 1 | 99.97% |
| Customer 2 | 99.82% |
| Customer 3 | 99.82% |
| Customer 4 | 99.96% |
| Customer 5 | 99.97% |
| Customer 6 | 99.66% |
However i get below error message
Solved! Go to Solution.
You need to look at the MAXX function. It works like this.
If you have a measure that calculates sales
Sales = SUM ( Sales_Table[Sales Amount] )
And you want the MAX Sales amount across all customers it would be
Max Sales = MAXX ( Values ( Customer[Customer Number] ), [Sales] )
You need to look at the MAXX function. It works like this.
If you have a measure that calculates sales
Sales = SUM ( Sales_Table[Sales Amount] )
And you want the MAX Sales amount across all customers it would be
Max Sales = MAXX ( Values ( Customer[Customer Number] ), [Sales] )
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 |
|---|---|
| 34 | |
| 31 | |
| 30 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 61 | |
| 50 | |
| 30 | |
| 23 | |
| 23 |