Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I am embedding a paginated report in my web application using the powerbi-client-angular package.
After the report is loaded there is an option to export the report to various file formats in the embedded view:
The export itself works fine, but the suggested filename is based on the paginated report's name in the Power BI workspace. That filename does not necessarily match the name of the report presented to users in my web application. In some cases the same report file is used several times with different pre-set parameters and varying names in the UI.
It then becomes difficult for users to keep track of which report is/was saved when the suggested name clashes for what is to them completely different reports.
Is there a way to pass in a value to the export function to override the 'Generic_Report' filename that it should use as the suggested name in the Save As dialog?