Forum Discussion
Anonymous
4 years agoNot applicable
REST API call from Power Automate
Hi I am trying to run the following API calls in Power Automate to get the history, and refresh the datasets: GET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasets/{datasetId}/refresh...
- Anonymous4 years ago
Grrrr, I am so annoyed, but also very happy.
I have found my error. Its not because of the loop, that was a red herring! What it was and the reason why it's so annoying is, as part of the http REST API call is your header. This has your autorization, to the left you have Bearer and your access_token which you have picked up already. The trick is
MAKE SURE YOU HAVE A SPACE AFTER 'Bearer'
lbendlin
Super User
4 years ago1. Write your own custom connector. Swagger file examples can be found on the interwebs
2. Power Automate has a ready-made action to request the refresh of a Power BI dataset. That could take care of your second request.