Forum Discussion

awiebe's avatar
awiebe
Frequent Visitor
6 years ago

Refresh rate workaround for MYSQL database

Hello,

 

For my application I need Power Bi to be able to refresh the data it is getting from the MYSQL database at at least a 2 minute refresh rate.

Is there a workaround to do this considering that the Pro version of Power BI only allows for 48 refreshes per day (which is not enough for what i need).

 

Thanks,

 

Andrew

4 Replies

  • Hi there

    If you want something so quickly you would ideally have to use DirectQuery to get it refreshing as often as you need.

    Or you could use a streaming dataset to stream the data into Power BI?
  • v-xuding-msft's avatar
    v-xuding-msft
    Community Support

    Hi awiebe ,

    As GilbertQ suggested, it is a good idea for always showing the latest data to connect with Direct Query mode or create a real-time streaming dataset. I add two documents that you can reference.

    Data is changing frequently, and near ‘real-time’ reporting is needed Models with Imported data can be refreshed at most once per hour. Hence, if the data is continually changing, and it is necessary for reports to show the latest data, then using Import with scheduled refresh might not meet those needs. Note also that it is also possible to stream data directly into Power BI, though there are limits on the data volumes supported for this case.

    Using DirectQuery, by contrast, means that opening or refreshing a report or dashboard will always show the latest data in the source. Additionally, the dashboard tiles can be updated more frequently (as often as every 15 mins).

     

    Best Regards,

    Xue Ding

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

  • awiebe's avatar
    awiebe
    Frequent Visitor

    v-xuding-msft GilbertQ 

    From what I understand, DirectQuery is not applicable with MySQL only with SQL and other databases.

    Also it appears that for the most part, real-time streaming is really only applicable with cards?

    Perhaps I'm incorrect though. For my application I need to track a number of moving objects on a map with gps coordinates.

    • GilbertQ's avatar
      GilbertQ
      Super User
      Hi there

      If you wanted that then you would be able to possibly using a visual using a real-time dataset on a dashboard.