hi team,
I am trying to refresh dataflow using REST API but it shows the below error Error:
The current operation was canceled because one or more operations Failed
sometimes refresh is successfully completed and sometimes shows an error
I am using the below code to refresh dataflow using API
$json = '{"notifyOption": "MailOnFailure"}' | ConvertFrom-Json
$body = $json | ConvertTo-Json
$token = Get-PowerBIAccessToken
$authHeader = @{ 'Content-Type'='application/json' 'Authorization'= $token.Authorization }
$JoinedRefresh = DataflowLinkXYZ/refreshes
Invoke-RestMethod -Uri $JoinedRefresh -Headers $authHeader -body $body -Method POST
Kindly provide any help for this why this error occurring and provide a solution
Solved! Go to Solution.
Please check if this below link is useful to you..
https://community.powerbi.com/t5/Developer/unable-to-refresh-Dataflow-using-REST-API/m-p/2522837
Best Regards,
Shreya Mukkawar
Please check if this below link is useful to you..
https://community.powerbi.com/t5/Developer/unable-to-refresh-Dataflow-using-REST-API/m-p/2522837
Best Regards,
Shreya Mukkawar
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
3 | |
3 | |
2 | |
2 | |
1 |
User | Count |
---|---|
4 | |
3 | |
2 | |
2 | |
2 |