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.
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 👍
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
9 | |
6 |