Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi,
I would like to trigger PBI Paginated Reports from ADF. Is it possible? Kindly share ideas to achieve this requirement
Hi @SreeSri3010 ,
Thank you for reaching out to the Microsoft Fabric Community forum.
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.
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.
Next, use the Power BI REST API endpoint https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/ExportTo 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.
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.
For reference, the official Microsoft documentation includes:
This approach is fully supported and allows you to programmatically export and use Power BI paginated reports within your ADF workflows.
Hope this helps. Please reach out for further assistance.
If this post helps, then please consider to Accept as the solution to help the other members find it more quickly and a kudos would be appreciated.
Thank you.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
8 | |
2 | |
2 | |
2 | |
1 |
User | Count |
---|---|
7 | |
5 | |
4 | |
3 | |
3 |