Forum Discussion
her
7 years agoHelper III
Last Date & Time Refresh
How to update the last Date & Time in Dax query?
Thanks
Regards
Herwin
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
2 Replies
- v-yulgu-msftMicrosoft 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