Forum Discussion
Dataset Refresh via API Failing
It looks like I have to use the enhanced API for this:
Enhanced refresh with the Power BI REST API - Power BI | Microsoft Learn
I guess you can't use the Enhanced Refresh via Power Automate?
Yes, you can, but you have to create your own custom connector and action. I can show you the swagger file if you want.
- MOVC2 years agoResolver I
Unfortunately I don't have Tenant Level Administrator, I assume this will prevent me from being able to run the required API request? It was why I was trying to use Power Automate in the first place.
- lbendlin2 years agoSuper User
No, this has nothing to do with tenant administration. As long as you have permission to modify the semantic model you can run that API call.
- MOVC2 years agoResolver I
Oh interesting, if you have an example then that would be great. Even if it's just so I can see how the API request is formed.