Forum Discussion
madhukardevale
1 year agoFrequent Visitor
Update Datatsource setting of PowerBi Report with API as Source through PowerBi Rest API
We have published the report to workspace using PowerBi Import Rest API. Whenever we try to referesh that report using PowerBi Refresh Dataset API(POST https://api.powerbi.com/v1.0/myorg/groups/{grou...
- 1 year ago
Hi madhukardevale ,
How did you refresh the data during development? Did this work?
What happens if you sign in in the service as shown in your screenshot, is it then possible to refresh the semantic model manually in the service itself?
/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/
ReneSchlegel
1 year agoResolver I
The API endpoint you are using is for the personal workspace only (see here😞
Triggers a refresh for the specified dataset from My workspace.
There is another endpoint you can use to refresh datasets in any other workspace:
POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}/refreshes
It's just a guess as to what's going wrong, but maybe it will help. If so, the error message is really misleading!
- madhukardevale1 year agoFrequent Visitor
I am using this API only.