Forum Discussion
Last Refresh Date change Timezone
- 4 years ago
lkshck , I think you should use
Date.From(DateTime.FixedLocalNow())
for timezone refer if this can help
Hey,
I used the following solution as a little hack as it was way more easier than the Dax solutions from my point of you.
I added a new Web data source to my file with the following URL:
http://worldtimeapi.org/api/timezone/Europe/Berlin
This will give you a new table with date information like utc-time and the time of Europe/Berlin like you can see here:
I added the datetime value to a visual and that's it. Everytime the Report will be refreshed, this value will be also refreshed to the current time.
Maybe this will help you as well 🙂
Best regards,
Lukas
Of all the options the easiest and most effective is this, spend hours looking for a solution and here simply with new data source the updated time is shown in web version and desktop version in my case I needed to update it at the time of chile and modify the link http://worldtimeapi.org/api/timezone/america/santiago
- Syndicate_Admin3 years agoAdministrator
Of all the fields that come out, which one you take for the board?
- Syndicate_Admin3 years agoAdministrator
Hello colleagues, good day.
I have a doubt that I have been trying to solve for days but I can not find that it is...
At the time of publishing the report, the information must be from today, however I get that it is already tomorrow.
For example: I occupy to know quantities of today (December 12) but when the report is published, it throws me the date of tomorrow (December 13).
They could guide me... Please.
Best regards
- Syndicate_Admin3 years agoAdministrator
If you are using the previous method of the page you have to know which field you are selecting to show, it will not be that you are showing the UTC time and not that of your city.