Skip to main content
Microsoft Idea

Power BI

New

Export to PowerPoint, PDF, Analyze in Excel via javascript

Vote (7) Share
Joshua Wallace's profile image

Joshua Wallace on 09 Sep 2021 13:55:50

Need javascript option to run the backend functions for these buttons.





Sample:

// Export to PDF the displayed report

try {

await report.exportPdf();

console.log("Export PDF");

}

catch (errors) {

console.log(errors);

}