Forum Discussion
lkshck
Helper III
4 years agoLast Refresh Date change Timezone
Hey, I added a new Table with one column to my report which should show the Last Refresh Date. I've created it with the following query: let
Source = #table(type table[Date Last Refreshed=datetime...
- 4 years ago
lkshck , I think you should use
Date.From(DateTime.FixedLocalNow())
for timezone refer if this can help
amitchandak
Super User
4 years agolkshck , I think you should use
Date.From(DateTime.FixedLocalNow())
for timezone refer if this can help
lkshck
Helper III
4 years agoWill the first solution uses my local time also in PowerBI Service? If yes, this should be fine. I want to avoid adding new data sources if it's not really needed 😄