Forum Discussion
DrBiker
9 years agoAdvocate II
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 keystro...
jhonatas
9 years agoFrequent Visitor
Hello!
Can you please explain how you guys are refreshing the dashboard today? How you are using keystroke?
- DrBiker9 years agoAdvocate 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