Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi, I'm using a min and max to use in my KPI. The minimum works fine, but for some reason the maximum isn't giving me the maximum value.
The highest value in the table is 1231 and it's incorrect in KPI progress
The lowest value is 76 and it's correct in the KPI Progress visual
Sorted by highest
Sorted by Lowest
Min Measure
Isn't the top chart a gauge? If so just drag the Sales field into the Min and max wells and choose Min and Max as the aggregation?
If you have to write measures you can use
Min Sales = MIN(ALL('DataTable'[Sales]))
Min Sales = MAX(ALL('DataTable'[Sales]))
Regards
Phil
Proud to be a Super User!
That won't work in this case. I have to basically calculate multiple sales and aggregate them together to discover the largest and smallest $.
Please supply some sample data so that we know what you are working with and understand how you are getting the MAX and MIN values shown in your visual.
Phil
Proud to be a Super User!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
68 | |
64 | |
51 | |
39 | |
26 |
User | Count |
---|---|
80 | |
57 | |
45 | |
44 | |
35 |