Forum Discussion
Check "Export to Excel" settings via API
- Anonymous4 years ago
Hi IMett ,
Please review the content in the following links by using Powershell and check whether they are what you want.
Exporting all your Power BI reports at once
PowerShell REST APIs - getting list of all reports in the tenant
Get a list of all reports and dashboards in my organization
Get-PowerBIReport -Scope OrganizationBest Regards
Hi IMett ,
You can use the following REST API to export the specified report from the specified workspace to the requested format file. But this REST API does not return what type of data( summarized data or underlying data) was exported...
Reports - Export To File In Group
POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/ExportTo
If you want to see the type of data (summarized data or underlying data) exported from the corresponding report file, you can refer to the documentation below to see it in Power BI Desktop and Power BI Service respectively.
Power BI Desktop:
- From the upper left corner, select File > Options and Settings > Options.
- Under CURRENT FILE, select Report settings
Power BI Desktop
Power BI Service:
1. Navigate to the workspace which the special report located in
2. Find the report and click More icon to select "Seetings"
Power BI Service
Best Regards