Forum Discussion
Anonymous
3 years agoNot applicable
Export a file to email from PowerBi using Power Automate in pdf format
Hi All, I am trying to export a file to email from PowerBi using Power automate in a pdf format, I am getting the following error, I tried with otehr datasets and its working file. Only for one dataset I am getting the below error :
{
"statusCode": 400,
"headers": {
"Pragma": "no-cache",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Frame-Options": "deny",
"X-Content-Type-Options": "nosniff",
"RequestId": "e0205f77-e065-4ae8-91d3-941bb5c8dfbc",
"Access-Control-Expose-Headers": "RequestId",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"x-ms-apihub-obo": "false",
"Cache-Control": "no-store, must-revalidate, no-cache",
"Date": "Fri, 18 Aug 2023 18:31:56 GMT",
"Content-Length": "116",
"Content-Type": "application/json"
},
"body": {
"error": {
"code": "InvalidRequest",
"message": "Export report was called with a bad request"
}
}
}
No Replies