Forum Discussion
Power BI Refresh Frequency
Hello Jon-Heide,
Thank you for the answer. Yes, I have experimented DirectQuery mode and the Automatic Page Refresh function. In DirectQuery it did refresh more frequently than Import, but another problem happened.
I set the Automatic Page Refresh of my report to "1 Minute" but when I publish this report to Power BI service, the most frequent refresh interval for my dataset is every 15 minutes. In case that I wish my report to refresh more frequently, is there a solution?
Thank you!
David Meng
Hey!
It’s possible to enable real-time report refresh capability in your Power BI Pro account. Here are some of the best ways:
• Use DirectQuery – By implementing DirectQuery API in your Power BI account, your reports deliver up-to-date information without storing data in the internal storage.
• Configure Scheduled Refresh – In your Power BI workspace, you can configure the frequency of report refresh within the Scheduled Refresh section.
• Create Push Dataset API – By using PowerShell, you can create a custom push dataset API and integrate them with your reports, enabling real-time streaming and refreshing options.