Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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:
| Location | Heat Index |
| heat index 1 | 85 |
| heat index 2 | 82 |
| heat index 3 | 84 |
| heat index 4 | 85 |
| heat index 5 | 84 |
Solved! Go to Solution.
Hi,
this should work:
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Hi,
this should work:
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 5 |
| User | Count |
|---|---|
| 24 | |
| 11 | |
| 11 | |
| 9 | |
| 8 |