Forum Discussion
Fastest Solution for Data Refresh
Thanks collinq
I've honestly read all of those docs.
Since I don't have a direct connection to the original database, what is the fastest way to sync data to a source that can be used for either DirectQuery or Live Connection?
I mean that sync will be the bottleneck for the updates. Reports can only get updated as fast as the sync goes.
Hey Anonymous ,
I think that Live Connection should be faster since it is just hitting the existing schema.
- Anonymous4 years agoNot applicable
I actually had some success with the Power BI API, but only in Powershell.
My next step would be to build a cron job with Python and call the refresh API every so often. But the Azure authentication is really complex and not well documented. I'm extremely confused with client id, service principal, app secrets and how/what to use in my script. Everything I can find online now is either somewhat based on an older version of Azure and doesn't apply much, or they talk about different routes that stop halfway.
Can you recommend a tutorial that can walk me through end to end?
Thank you so much!