Forum Discussion

DrBiker's avatar
DrBiker
Advocate II
9 years ago

On-premises data gateway for embedded app

Hi,

 

I have an embedded app that has its data automatically refreshed everynight (we are not using direct query as this was too slow for the client).  Currently the way we refresh is using keystroke emulation, which is flakey at the bast of times.  

 

So my question is, is it possible to update an embedded applications data using the data gateway?

 

Thanks  :-)

3 Replies

  • jhonatas's avatar
    jhonatas
    Frequent Visitor

    Hello!

     

    Can you please explain how you guys are refreshing the dashboard today? How you are using keystroke?

    • DrBiker's avatar
      DrBiker
      Advocate II

      Hi,

       

      I am using a bit f software called AutoIt, this opens a powerBI application, then using hotkeys loads a dashboard.  It then refreshes from the database (an SQL database hosted on Amazon) before saving the dashboard.

       

      This is run froma C# program, code modified from the provisioning stuff the MS supplies, and uploads the new dashboard to our embedded app before deleting the old instance.

       

      Hope this helps