This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. 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
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 27 | |
| 23 | |
| 16 |
| User | Count |
|---|---|
| 65 | |
| 50 | |
| 30 | |
| 25 | |
| 24 |