Forum Discussion
venraj
5 years agoRegular Visitor
report export in PDF format in Power BI Embedded
Hi All,
We are embedding power bi reports in a web application and I have a requirement where the report has single page and that report page needs to exported to PDF format on a button click(GENERATE REPORT). is this something achievable from power bi or using power automate flow?
A
2 Replies
- manikumar34Solution Sage
venraj ,
As far as I know, I don;t think there is an option to export on embedded report but you can create one with coding.
For embeddeding as we use C# or js or some programming language, we can code it there to export.
Here is one example with C# guven on Microsoft documentation.
https://docs.microsoft.com/en-us/power-bi/developer/embedded/export-to
Regards,
Manikumar
- RobbiefHelper II
Hi - Did you ever figure this out?