Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I can't find any documentation except for the make up of body for the request. Basically we have a paginated report and several datasets we want to bind to when exporting a PDF.
POST to https://api.powerbi.com/v1.0/myorg/groups/*workspaceId*/reports/*reportId*/ExportTo
{
"format": "PDF",
"paginatedReportConfiguration": {
"formatSetting": {
"useReportPageSize": true
},
"parameterValues": [
{
"name": "Date",
"value": "2/28/2023 12:00:00 AM"
}
],
"identities": [
{
"username": "userEmail@xyz.com"
}
]
},
"powerBIReportConfiguration": {
"settings": {
"locale": "en-US",
"excludeHiddenPages": "false"
},
"datasetToBind": "xxxx-9d66-4a43-8e75-ac43fc9c5656",
"identities": [
{
"username": "userEmail@xyz.com"
}
]
}
}
I'm trying a request with the body above but I keep recieving "Invalid Request" - "
Hi @coffey88 ,
I believe paginatedReportConfiguration and powerBIReportConfiguration are mutually exclusive, you cannot provide both. If you are exporting a paginated report then you should only provide paginatedReportConfiguration.
I don't think you can dynamically bind a dataset to the paginated report just for the export operation. It is supported when exporting PowerBI (PBIX) reports.
@AmosHersch Is there any alternative to facilitate what I'm trying to do? I'm not apart of our PBI team, but this seems like it would be pretty painful for them to have to build/setup all of our tenants Paginated reports individually.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
3 |