The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hello team,
I want to copy the export link from the paginated report so I can paste it into the button for a Power BI dashboard in the report server to make it easy for the file to download. This option worked fine but only when I used my credentials I tried other user credentials I saw the difference in ExecutionID and ControlID and it didn't work.
Now, I am looking for an alternative to use a dynamic ExecutionID and ControlID so the user can manage to export.
Please I welcome your idea below is the sample API from the Paginated Report.
https://reports.globalhealthapp.net/PBIReportServer/Reserved.ReportViewerWebControl.axd?ExecutionID=mefuh545xcgbsx55wqa01oas&Culture=1033&CultureOverrides=False&UICulture=9&UICultureOverrides=False&ReportStack=1&ControlID=805833ba25ec4b258e8e0fb21d95b757&OpType=Export&FileName=Data+Export&ContentDisposition=OnlyHtmlInline&Format=CSV
Hi @tmhalila ,
Base on your description, it seems like you want to export the report with dynamic dynamic ExecutionID and ControlID. Please review the following links, hope they can help you achieve your requirement.
Create a dynamic subscription for a paginated report - Power BI | Microsoft Learn
Dynamic subscriptions for paginated reports (Preview) - Power Community
Best Regards
Thanks for your solution. Unfortunately, I am using Power BI Report Server and the solution provided seems to fit in Power BI Service any idea for Report server?