Forum Discussion
REST API and Power BI Desktop
I have found the same limitations (no DAX measures + can only write to datasets that were created via API). As a workaround I have pushed the data to Google Drive instead and PBI is grabbing the data from there. But as you mentioned, this does not support real-time updates, which is a shame.
- MbProg9 years agoHelper II
Yes, I think this feature is so elementary. I don't understand why it is not available in Power BI.
fso The way you use with google drive, do you have such kind of regulary updates? I mean a real time update?
- fso9 years agoAdvocate II
@MbPro yes you do, kind of.
Google Apps Script allows you to set triggers (every minute, hour, etc.) which work just like cron jobs.
But there is a limitation on the PowerBI-Side how often you can refresh per day.
So you can schedule refreshs but to get "real time" you would probably have to use the PowerBI API instead.