Hi All, When I am creating a flow to Export to file for PowerBi Reports, I am getting the following error message :
{
"statusCode": 400,
"headers": {
"Cache-Control": "no-store, must-revalidate, no-cache",
"Pragma": "no-cache",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Frame-Options": "DENY",
"X-Content-Type-Options": "nosniff",
"RequestId": "65b4e3c7-2046-4e50-91b6-5676262c0d20",
"Access-Control-Expose-Headers": "RequestId",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"x-ms-apihub-obo": "false",
"Date": "Fri, 02 Feb 2024 18:52:42 GMT",
"Content-Length": "116",
"Content-Type": "application/json"
},
"body": {
"error": {
"code": "InvalidRequest",
"message": "Export report was called with a bad request"
}
}
}
Please suggest with this error. Thanks in advance!