Forum Discussion

her's avatar
her
Helper III
7 years ago
Solved

Last Date & Time Refresh

How to update the last Date & Time in Dax query?   Thanks Regards Herwin
  • v-yulgu-msft's avatar
    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