Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
BartVW
Helper I
Helper I

Enhanced refresh with the Power BI REST API - RequestId not valid

hi community

 

I'm creating a flow to perform a Power BI Enhanced dataset refresh. 
 
According to the documentation, after doing the POST to refresh the dataset, the RequestId that is returned from the POST can be used to check the status of that refresh.
 
When I do these steps in Postman, it works ok. I can use the RequestID I get from the POST to then do a GET (as described here in the article).
 
When I do the same steps in Power Automate (using the same authentication etc), the RequestID I get from the POST is not recognized when trying to the GET Refresh history in the 2nd step.
 
Would anyone know why this could be?
 
Many thanks
Bart
 

 

 

1 ACCEPTED SOLUTION

In the meantime I found the reason for above behavior, thanks to Chris Webb's blog here.

 

Turning off the Asynchronous Pattern option in the Settings dialog of the HTTP action did the trick for me.

 

BartVW_0-1732624394764.png

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

hi @Anonymous 

 

Your link describes the normal (non-enhanced) dataset refresh. The problem is that this only triggers the refresh, but doesn't provide any feedback on whether it was succesful or not. 

 

The enhanced data set refresh allows to do this by doing the process in 2 steps: first call the dataset refresh api using POST and including a body to trigger it as an enhanced refresh operation, and then call the data set refresh api using GET to check the status of the refresh, using the requestId from the first step (as described in the documentation link I provided),  but for some reason it doesn't work as documented in Power Automate (and does work OK in Postman).

 

So hope you or anyone else has an idea how to resolve this.

 

Thanks

Bart

In the meantime I found the reason for above behavior, thanks to Chris Webb's blog here.

 

Turning off the Asynchronous Pattern option in the Settings dialog of the HTTP action did the trick for me.

 

BartVW_0-1732624394764.png

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.