Forum Discussion

henrychoiyw's avatar
henrychoiyw
Regular Visitor
2 years ago
Solved

Power BI premium workspace refresh rate clarification

Hi All, I want to clarify the refresh rate or times for Power BI premium workspace. From my understanding, premium workspace can refresh 48 times a day and it shared between all the reports within ...
  • Ritaf1983's avatar
    2 years ago

    Hi henrychoiyw 

    You're correct that in a Power BI Premium workspace, scheduled refreshes are limited to 48 refreshes per dataset per day. However, this limitation applies to import mode datasets.

    For DirectQuery and Live Connection modes, there is no limitation on the number of refreshes, as these modes query the underlying data source in real time (or near real time). When users interact with a report based on DirectQuery, Power BI sends queries to the data source on-demand, so there’s no need for scheduled refreshes.

    However, keep in mind that the performance of DirectQuery depends on the responsiveness of the underlying data source, and frequent queries can impact performance if the data source is slow or under heavy load.

    In summary:

    • Import mode: Limited to 48 refreshes per day per dataset.
    • DirectQuery: No refresh limit, but performance depends on the data source. You can achieve near real-time reporting this way.

    This makes DirectQuery a suitable choice for your "nearly real-time" event registration report.

    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly