Forum Discussion
Reports - Export To File - Report requested for export is not on dedicated capacity
Hi everyone,
Below is my Requirement
- I want to embedded report into .Net MVC application - Its worked as expected.
- After loading the report I want to export the report to PDF / PPT on button click - This is not woking
- To acheive point no 2, I followed this link - Reports - Export To File (Power BI Power BI REST APIs) | Microsoft Docs
I followed the steps and it is giving below error (I have Power BI pro account)
{
"error": {
"code": "InvalidRequest",
"message": "Report requested for export is not on dedicated capacity"
}
}
Note: I have Power Bi Pro account
Thanks,
Hemchand
Hi Anonymous ,
Form this Microsoft official document, we know that both the report and the dataset of the report you are exporting, must reside on a Premium or Embedded capacity. Other public preview limitations are detailed in the Export report to file article. Please also be aware that as all new Power BI APIs, the Export-To-File API is included only in the Power BI APIs .NET SDK v3.
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
3 Replies
- v-xicai
Community Support
Hi Anonymous ,
Form this Microsoft official document, we know that both the report and the dataset of the report you are exporting, must reside on a Premium or Embedded capacity. Other public preview limitations are detailed in the Export report to file article. Please also be aware that as all new Power BI APIs, the Export-To-File API is included only in the Power BI APIs .NET SDK v3.
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- westerdaledFrequent Visitor
Hi
I find the phrase: "The dataset of the report you're exporting must reside on a Premium or Embedded capacity" a bit confusing .
- Does this simply mean both myself the dev and my business users need to upgrade from pro to premium licenses?
- Do assume anyone calling my flow with the "Export to File for Power BI Reports Action would need the premium licenses and not just the connection account for the action?
- Does having on-prem data to report on, impact the Premium requirement?
- AnonymousNot applicable