Forum Discussion
Data Refresh API vs. Scheduled refresh
- 9 years ago
JanV wrote:
Was wondering what the limits are of the Data Refresh API's. Can it make your non-directquery datasets more real-time by initiating a refresh avery 15 minutes (maybe even 5 minutes) whilst the best you can get out of scheduled refreshes is hourly?
Based on my test, the Data Refresh API shares the same limitation(8 times per day) with "Schedule Refresh" with a Pro license. After exceeding the limitation, the API call would get the response saying "Number of refresh requests in last 24 hours exceeded limit". If you'd like to lift this limitation, you may have to buy a premium license(48 times per day), see this link).
For real time purpose, check Real-time streaming in Power BI
By the way, see a C# demo for the API.
JanV wrote:
Was wondering what the limits are of the Data Refresh API's. Can it make your non-directquery datasets more real-time by initiating a refresh avery 15 minutes (maybe even 5 minutes) whilst the best you can get out of scheduled refreshes is hourly?
Based on my test, the Data Refresh API shares the same limitation(8 times per day) with "Schedule Refresh" with a Pro license. After exceeding the limitation, the API call would get the response saying "Number of refresh requests in last 24 hours exceeded limit". If you'd like to lift this limitation, you may have to buy a premium license(48 times per day), see this link).
For real time purpose, check Real-time streaming in Power BI
By the way, see a C# demo for the API.
Thx Eric, exactly what I was looking for!