bongmw
5 years agoHelper I
How to trigger Power BI REST API Refresh with Local Time Zone applied?
We are using Incremental Refresh, and intend to use REST API to trigger dataset refreshes.
We found that the "Effective Date" applied during a manual refresh is based on UTC time. Because of this, and with incremental refresh we effectively lose a day of data for several hours of the day (we are on UTC +12 timezone).
We noticed that when we enable Scheduled Refresh on Power BI Service and specify the Local Time Zone, any subsequent manual refreshes with REST API will pull the correct date range of data. However, this introduces an unwanted Scheduled Refresh.
Is there any way to trigger the refresh using the correct Local Time Zone, without having to enable Scheduled Refresh?
Or is there something we are missing?