Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I have a few cards that show the last updated time and date for each of the tables on the system.
At the moment we have them set with this measure:
Solved! Go to Solution.
@rwcampbell you can use the values from the above measure to set the background color
such as 1=Green, 2=Red
@rwcampbell can you try this measure
Measure = IF(MINUTE(NOW()-calculate(max('Table'[time])))<=10,1,2)
It is working but what should i set the background colours to?
@rwcampbell you can use the values from the above measure to set the background color
such as 1=Green, 2=Red
| User | Count |
|---|---|
| 51 | |
| 35 | |
| 23 | |
| 17 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 57 | |
| 40 | |
| 22 | |
| 22 |