<?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: Calling PBI Report Builder from Azure Data Factory (ADF) in Report Server</title>
    <link>https://community.fabric.microsoft.com/t5/Report-Server/Calling-PBI-Report-Builder-from-Azure-Data-Factory-ADF/m-p/4749832#M41286</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1294284" data-lia-user-login="SreeSri3010" class="lia-mention lia-mention-user"&gt;SreeSri3010&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jul 2025 14:18:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-07-01T14:18:30Z</dc:date>
    <item>
      <title>Calling PBI Report Builder from Azure Data Factory (ADF)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Calling-PBI-Report-Builder-from-Azure-Data-Factory-ADF/m-p/4741709#M41188</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to trigger PBI Paginated Reports from ADF. Is it possible? Kindly share ideas to achieve this requirement&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 05:38:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Calling-PBI-Report-Builder-from-Azure-Data-Factory-ADF/m-p/4741709#M41188</guid>
      <dc:creator>SreeSri3010</dc:creator>
      <dc:date>2025-06-24T05:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Calling PBI Report Builder from Azure Data Factory (ADF)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Calling-PBI-Report-Builder-from-Azure-Data-Factory-ADF/m-p/4742022#M41192</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1294284" data-lia-user-login="SreeSri3010" class="lia-mention lia-mention-user"&gt;SreeSri3010&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to the Microsoft Fabric Community forum.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Power BI Paginated Reports cannot be triggered directly from Azure Data Factory (ADF). However, this functionality can be achieved by utilizing the Power BI REST API, particularly the ExportToFile API, which allows you to export paginated reports in formats such as PDF, Excel, and CSV.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To proceed, ensure your paginated report is published to a Power BI workspace with Premium capacity, Fabric workspace, or a PPU license. Additionally, register an Azure AD application and grant it the necessary Power BI API permissions, such as Report.Read.All or Report.ReadWrite.All.&lt;/P&gt;
&lt;P&gt;Next, use the Power BI REST API endpoint &lt;A href="https://api.powerbi.com/v1.0/myorg/groups/%7BgroupId%7D/reports/%7BreportId%7D/ExportTo" target="_blank"&gt;https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/ExportTo&lt;/A&gt; to start exporting the report, you need to make an API call. This process is asynchronous, so after initiating the export, use the GetExportToFileStatus API to check when it's finished and get the download link once the file is ready.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Azure Data Factory doesn't have built-in support for Power BI integration. The recommended approach is to use an Azure Function or Logic App to manage authentication, API requests, status checks, and saving the exported file (such as to Azure Blob Storage). You can then trigger this function or app from ADF using a Web activity or Azure Function activity.&lt;/P&gt;
&lt;P&gt;For reference, the official Microsoft documentation includes:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/power-bi/reports/export-to-file-in-group" target="_blank"&gt;Power BI REST API: ExportToFile&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-builder-power-bi" target="_blank"&gt;Export paginated reports in Power BI&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embed-service-principal" target="_blank"&gt;Registering an Azure AD app and setting API permissions&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This approach is fully supported and allows you to programmatically export and use Power BI paginated reports within your ADF workflows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps. Please reach out for further assistance.&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider&amp;nbsp;to&amp;nbsp;Accept as the solution&amp;nbsp;to help the other members find it more quickly and a&amp;nbsp;kudos&amp;nbsp;would be appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jun 2025 08:59:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Calling-PBI-Report-Builder-from-Azure-Data-Factory-ADF/m-p/4742022#M41192</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-06-24T08:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calling PBI Report Builder from Azure Data Factory (ADF)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Calling-PBI-Report-Builder-from-Azure-Data-Factory-ADF/m-p/4745036#M41216</link>
      <description>&lt;P&gt;&lt;SPAN data-teams="true"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1294284" data-lia-user-login="SreeSri3010" class="lia-mention lia-mention-user"&gt;SreeSri3010&lt;/a&gt;&amp;nbsp;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 12:08:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Calling-PBI-Report-Builder-from-Azure-Data-Factory-ADF/m-p/4745036#M41216</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-06-26T12:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Calling PBI Report Builder from Azure Data Factory (ADF)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Calling-PBI-Report-Builder-from-Azure-Data-Factory-ADF/m-p/4747382#M41257</link>
      <description>&lt;P&gt;&lt;SPAN data-teams="true"&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1294284" target="_blank"&gt;@SreeSri3010&lt;/A&gt;&amp;nbsp;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jun 2025 01:16:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Calling-PBI-Report-Builder-from-Azure-Data-Factory-ADF/m-p/4747382#M41257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-06-29T01:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calling PBI Report Builder from Azure Data Factory (ADF)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Calling-PBI-Report-Builder-from-Azure-Data-Factory-ADF/m-p/4749832#M41286</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1294284" data-lia-user-login="SreeSri3010" class="lia-mention lia-mention-user"&gt;SreeSri3010&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 14:18:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Calling-PBI-Report-Builder-from-Azure-Data-Factory-ADF/m-p/4749832#M41286</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-07-01T14:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calling PBI Report Builder from Azure Data Factory (ADF)</title>
      <link>https://community.fabric.microsoft.com/t5/Report-Server/Calling-PBI-Report-Builder-from-Azure-Data-Factory-ADF/m-p/4753674#M41311</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1294284" data-lia-user-login="SreeSri3010" class="lia-mention lia-mention-user"&gt;SreeSri3010&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-pm-slice="0 0 []"&gt;While Azure Data Factory (ADF) does not provide a built-in activity to directly trigger Power BI Paginated Reports, it is possible to achieve this requirement through a combination of Power BI REST APIs, Azure Logic Apps, or Azure Functions, orchestrated from within ADF pipelines. The goal is to trigger the export or delivery of a Paginated Report (typically in PDF, Excel, or other formats) after a data pipeline has completed processing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To do this, you can use the Power BI REST API’s ExportToFile endpoint, which supports exporting Paginated Reports hosted in a Power BI Premium workspace. Since ADF cannot call the REST API directly, you can create an Azure Function (or a Logic App) that authenticates using a service principal or managed identity, sends an API request to export the report, and optionally monitors the export job until it's complete.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From your ADF pipeline, add a Web activity that triggers this Azure Function or Logic App at the appropriate point—such as after a data load or transformation. You can even pass report parameters dynamically to the API so that the output reflects the latest data. The exported file can be saved to Azure Blob Storage or emailed as needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In summary, while ADF doesn’t natively support triggering Paginated Reports, you can build a scalable solution by combining Power BI REST APIs, Azure Functions or Logic Apps, and ADF Web activities—giving you full control over when and how Paginated Reports are generated and distributed as part of your data pipeline workflow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jul 2025 04:20:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Report-Server/Calling-PBI-Report-Builder-from-Azure-Data-Factory-ADF/m-p/4753674#M41311</guid>
      <dc:creator>Poojara_D12</dc:creator>
      <dc:date>2025-07-05T04:20:16Z</dc:date>
    </item>
  </channel>
</rss>

