Hello Power BI Community,
I'm encountering a persistent FeatureNotAvailableError when trying to use the "Export to file for Power BI reports" action in a Power Automate flow, and I'm seeking assistance in troubleshooting this issue.
My Power Automate flow is designed to export a Power BI report as a PNG file and then send it by mail. However, the "Export to file for Power BI reports" action consistently fails with the following error:
JSON
{"statusCode": 404,"headers": { ... },"body": {"error": {"code": "FeatureNotAvailableError","pbi.error": {"code": "FeatureNotAvailableError","parameters": {},"details": [] } } } }
Environment Details:
Power BI Workspace: The report is located in a Premium Per User workspace, i'm sure 🙂
The IDs of the workplace and report are right
Power Automate Flow:
- The flow uses the "Export to file for Power BI reports" action.
- The export format is PNG.
- The Power Automate connection used is "shared_powerbi".
- I'm the owner of the "shared_powerbi" connection and I have a Power Bi Premium per User License.
Questions:
- Given that the workspace and user both have Premium Per User licenses, what could be causing the FeatureNotAvailableError?
- Are there any specific tenant or regional settings that could be preventing the "Export to file" feature from working?
- Are there known issues with the "Export to file" action in Power Automate when using Premium Per User workspaces?
- Are there any further troubleshooting steps I can take to resolve this issue?
Any assistance or insights you can provide would be greatly appreciated. Thank you!