Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Auto Refresh in Dataset

Good afternoon. I created a report that the database is a list in sharepoint. The minimum scheduled refresh is 30min. I need the report to be updated (refresh rate) every 5 minutes. Any suggestion...
  • edhans's avatar
    edhans
    7 years ago


    I understand your explanation, but the point is, if there is an option that allows you to update on demand, why not allow it to be scheduled? That is the question. I can update on demand from minute to minute.


    Because every refresh requires Microsoft servers to work. Direct Query does not. So MS limits it to 30 minute intervals to prevent their servers from being overloaded by the millions of users that use Power BI. To get below 30 minute intervals, you have to use Direct Query.

     

    That's the way it is. Sorry. To do what you want, 100% in the cloud, you'd need an Azure SQL table, the write a small Power Apps front end to it to allow your users to update it. Then write a Direct Query report on top of it. ¯\_(ツ)_/¯

     

    And the On Demand is there largely for testing. Not for users to get new data.