Forum Discussion
Power BI embedded supports data refresh
Anybody who knows if there is any update to this?
I need to pull data from API in the pbix file and need to show data as real-time as possible. This allows for 48 times refresh in a day (every 30 mins) even with Power BI Premium license.
If I go with Power BI embedded approach can I bring it down to 5 mins by any chance? Appreciate any pointers.
- otravers8 years agoCommunity Champion
But aren't programmatic refreshes triggered through the API constrained by the workspace capacity anyway (i.e. up to 8x or 48x per day)? It sounds like they are in the documentation:
https://powerbi.microsoft.com/en-us/blog/announcing-data-refresh-apis-in-the-power-bi-service/
- Anonymous8 years agoNot applicable
That's right otravers.
Refreshes are constrained to 8 or 48 times per day based on the acquired capacity. If you exceed this limit, you get an exception "Number of refresh requests in last 24 hours exceeded limit".
To add some more on this topic every refresh consumes part of the acquired capacity. So, you may face situations that a refresh (even for a small dataset) takes a long time waiting for some capacity to be assigned to it.
A feature that allow incremental refreshes has already started and it would be nice addition to the refresh toolkit.
Hope this add to the conversation.
Regards,
Thanos
- otravers8 years agoCommunity Champion
Anonymous Incremental Refresh is live as of today's Power BI Desktop update, but that's limited to PBI Premium:
https://docs.microsoft.com/en-us/power-bi/service-premium-incremental-refresh
I haven't heard of that functionality being planned for Embedded (which doesn't mean it's not, just that I haven't seen that explicitly mentioned, while it's been known for a couple of months that PBI Premium was about to get incremental refreshes).