Forum Discussion

oitp's avatar
oitp
Icon for Helper I rankHelper I
7 years ago
Solved

Real time connection to MySQL database

Hi, is it possible to get real time data from a MySQL database? I would like an update of my reports/dashboards with fresh data at least every 5 min and all options I can see is for me to set this manually, which would be a handful.

 

I could probably get along with refreshing every 5 min during working hours (8 am - 5 pm).

 

I use Power BI Pro and I have an gateway installed on one of my local servers with access to the MySQL database.

 

Any help would be much appreciated :)

 

 

7 Replies

    • oitp's avatar
      oitp
      Icon for Helper I rankHelper I

      Anonymousthank you. After reading this I still have a hard time grasping the steps to push my data from MySQL through Rest API. Do I use my gateway or is it all done from the web?

       

      If you have any other tips I am all ears!

      • Anonymous's avatar
        Anonymous
        Not applicable

        oitp,

        Gateway is not required. You can push data from MySQL to streaming dataset  using PHP and cURL following  iAm3G's suggestion.

        Regards,
        Lydia

  • artVKP's avatar
    artVKP
    Frequent Visitor

    I have a MySQL database where I want to create the real time report just like time series charts. Can anybody helps me with the steps. 

     

    Thanks.