Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Asynchronous refresh with the Power BI REST API - Power BI | Microsoft Docs
This documentation describes a "Location" response from the "Refresh Data In Group" REST API command which includes the refresh ID. I have not been able to return this property in PowerShell. Does anyone know how to access this response?
The command looks like this and is successful, but I don't get a response.
Solved! Go to Solution.
This came up last week in another thread. The documentation is incorrect. Use the GET request to retrieve the requestId (note it is requestId, not "refresh ID").
This came up last week in another thread. The documentation is incorrect. Use the GET request to retrieve the requestId (note it is requestId, not "refresh ID").
Which part of the documentation is incorrect? Do you mean the Post method doesn't ever respond with the request ID? Using the Get method to retrieve refresh history is the only way to get the most recently submitted refresh?
Thanks,
Nick
yes, and yes.
Got it, thanks!