Forum Discussion
her
7 years agoHelper III
Last Date & Time Refresh
How to update the last Date & Time in Dax query? Thanks Regards Herwin
- 7 years ago
Hi her ,
If you use a measure to get the last date in a table, it would be updated automatically according to the changes in data source. You can display below measure in a card visual.
LastDateTime=MAX(Table[Date])
Best regards,
Yuliana Gu
v-yulgu-msft
7 years agoMicrosoft Employee
Hi her ,
If you use a measure to get the last date in a table, it would be updated automatically according to the changes in data source. You can display below measure in a card visual.
LastDateTime=MAX(Table[Date])
Best regards,
Yuliana Gu