Forum Discussion
Anonymous
8 years agoNot applicable
Refresh Schedule Date
Hello, I have a problem and need your inputs. Just to capture the dataset's last refresh date, I have created a blank query with code = DateTime.Time(DateTime.LocalNow()) & DateTime.Date(DateTime.Lo...
- 8 years ago
Hi Anonymous,
There existing some gap for the time zone displayed in Power BI Service. The time zone in the service is effectively always set to UTC. So, you need to add the timezone offset to local time.
Here is a similar thread, please refer to the suggestion to modify the code for last refresh date:
Best regards,
Yuliana Gu
v-yulgu-msft
8 years agoMicrosoft Employee
Hi Anonymous,
There existing some gap for the time zone displayed in Power BI Service. The time zone in the service is effectively always set to UTC. So, you need to add the timezone offset to local time.
Here is a similar thread, please refer to the suggestion to modify the code for last refresh date:
Best regards,
Yuliana Gu