<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Reports - Export To File API (Dynamic Binding and Paginated) in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Reports-Export-To-File-API-Dynamic-Binding-and-Paginated/m-p/3901038#M52234</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/562894"&gt;@coffey88&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I believe&amp;nbsp;paginatedReportConfiguration and&amp;nbsp;powerBIReportConfiguration are mutually exclusive, you cannot provide both. If you are exporting a paginated report then you should only provide&amp;nbsp;paginatedReportConfiguration.&lt;BR /&gt;&lt;BR /&gt;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.&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2024 05:50:52 GMT</pubDate>
    <dc:creator>AmosHersch</dc:creator>
    <dc:date>2024-05-08T05:50:52Z</dc:date>
    <item>
      <title>Reports - Export To File API (Dynamic Binding and Paginated)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Reports-Export-To-File-API-Dynamic-Binding-and-Paginated/m-p/3900246#M52222</link>
      <description>&lt;P&gt;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.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;POST to&amp;nbsp;&lt;SPAN&gt;&lt;A href="https://api.powerbi.com/v1.0/myorg/groups/*workspaceId*/reports/*reportId*/ExportTo" target="_blank"&gt;https://api.powerbi.com/v1.0/myorg/groups/*workspaceId*/reports/*reportId*/ExportTo&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "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"
      }
    ]
}
}&lt;/LI-CODE&gt;&lt;P&gt;I'm trying a request with the body above but I keep recieving "Invalid Request" - "&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;Export&amp;nbsp;report&amp;nbsp;was&amp;nbsp;called&amp;nbsp;with&amp;nbsp;invalid&amp;nbsp;configuration&amp;nbsp;type". I recieve this even with an empty "&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;powerBIReportConfiguration" object.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN&gt;It all looks valid unless their some sort of combination I'm not allowed to do.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 07 May 2024 22:10:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Reports-Export-To-File-API-Dynamic-Binding-and-Paginated/m-p/3900246#M52222</guid>
      <dc:creator>coffey88</dc:creator>
      <dc:date>2024-05-07T22:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reports - Export To File API (Dynamic Binding and Paginated)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Reports-Export-To-File-API-Dynamic-Binding-and-Paginated/m-p/3901038#M52234</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/562894"&gt;@coffey88&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I believe&amp;nbsp;paginatedReportConfiguration and&amp;nbsp;powerBIReportConfiguration are mutually exclusive, you cannot provide both. If you are exporting a paginated report then you should only provide&amp;nbsp;paginatedReportConfiguration.&lt;BR /&gt;&lt;BR /&gt;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.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 05:50:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Reports-Export-To-File-API-Dynamic-Binding-and-Paginated/m-p/3901038#M52234</guid>
      <dc:creator>AmosHersch</dc:creator>
      <dc:date>2024-05-08T05:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Reports - Export To File API (Dynamic Binding and Paginated)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Reports-Export-To-File-API-Dynamic-Binding-and-Paginated/m-p/3902375#M52247</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/278935"&gt;@AmosHersch&lt;/a&gt;&amp;nbsp;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.&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2024 13:27:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Reports-Export-To-File-API-Dynamic-Binding-and-Paginated/m-p/3902375#M52247</guid>
      <dc:creator>coffey88</dc:creator>
      <dc:date>2024-05-08T13:27:20Z</dc:date>
    </item>
  </channel>
</rss>

