This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi,
I have a PowerBI report that I have published however I am struggling to get the Service to auto-refresh.
I have no issues when I open the report in PowerBI desktop and refresh manually however when trying to refresh on PowerBI web, it is not working.
I have tinkered and played around with all different types of privacy settings however still no success.
The report takes my data and then uses the TimeAPI.io to ConvertTimeZone for a particular field.
I have checked the TimeAPI documentation and found that I am using a POST request https://timeapi.io/swagger/index.html
I am getting the below error message(s)
I am using the below query to pull in and convert timezone (to my query that has my data)
//fnConvertTimeZone
(dt as text, fromZone as text, toZone as text) =>
let
BaseURL = "https://timeapi.io/api/Conversion/ConvertTimeZone",
headers = [#"Content-Type" = "application/json"],
Body = [dateTime = dt, fromTimeZone = fromZone, toTimeZone = toZone, dstAmbiguity=""],
Response = Web.Contents(BaseURL, [Headers = headers, Content = Json.FromValue(Body)]),
Result = Json.Document(Response)[conversionResult][dateTime]
in
Result
Happy to provide more info if required
Thank you as always!
Any particular reason for not using the extensive Time Zone functions in Power Query?
Thanks - I am not 100% clued up on TimeZone functions and how the PowerBI service handles timezones when the report is set up to auto refresh.
Perhaps I can provide more info on what I am trying to do if there is a better way...
I have data in Table 1 where all the Time/Dates are in Australia/Melbourne timezone
I would like to convert these times to equivalent Timezone quoted in column Time Zone and output this in column Adjusted Time Zone.
Currently, Australia/Perth is -2 hours behind Australia/Melbourne however due to Daylight savings, it is -2 some part of year and -3 other parts of the year. In the listed Time/Date below, Australia/Perth is -3 hours behind Australia/Melbourne. I would like the conversion to always pull in the correct time, adjusted to daylight savings
As mentioned before, I will be using PowerBI service to refresh the report
Thank you so much
| Time/Date | Name | Time Zone | Adjusted Time Zone |
| 01/01/2022 15:00 | Lucy | Australia/Perth | 01/01/2022 12:00 |
| 21/06/2024 13:00 | Tom | Australia/Brisbane | 21/06/2024 13:00 |
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 14 | |
| 10 | |
| 9 | |
| 7 | |
| 7 |
| User | Count |
|---|---|
| 33 | |
| 28 | |
| 26 | |
| 19 | |
| 16 |