Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
brittent
Microsoft Employee
Microsoft Employee

Max value

I am trying to create a measure that will display a max value from a column of temperatures within a space but I keep getting an error for duplicate values when using the max function. This table is utelizing data from azure data explorer and is constantly updating. How would I write a measure to display just the highest value from a column on a card without getting this error? The following is an example of the table:

 

LocationHeat Index
heat index 1 85
heat index 2 82
heat index 3 84
heat index 4 85
heat index 5 84

 

1 ACCEPTED SOLUTION
DOLEARY85
Resident Rockstar
Resident Rockstar

Hi,

 

this should work:

 

Measure 5 = CALCULATE(MAX('Table (4)'[Heat Index]),ALL('Table (4)'))
 
DOLEARY85_0-1681915294807.png

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

View solution in original post

1 REPLY 1
DOLEARY85
Resident Rockstar
Resident Rockstar

Hi,

 

this should work:

 

Measure 5 = CALCULATE(MAX('Table (4)'[Heat Index]),ALL('Table (4)'))
 
DOLEARY85_0-1681915294807.png

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.