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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Can someone help me to calculate the highest, smallest and average value in Power BI.
Attached is an image, I want to calculate the highest, smallest and average value of the part marked in yellow.
Alvast dank.
So you would probably need one measure for each calculation. DAX has MAX MIN and AVG to do the calculation... the issue would be that if you put the measure in the visual it would have a filter context that would restrict the values available for the calculation to that row. The way out of this would be to use the function ALL() to remove that context when you apply the 3 functions.
Help when you know. Ask when you don't!
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 10 | |
| 6 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 19 | |
| 14 | |
| 9 | |
| 8 | |
| 8 |