
Announcements
Hi All,
I am searching for a solution to have a print option on an embedded PowerBI report within a power page. There is a default export to pdf function if you open the report in PowerBi, but this does not count for if the report is Embedded.
Things I have tried:
- Print button with a javascript sending the report filters to a power automate, the issue is that it is sending operators ("in" / "out") for list selections. And the power automate print report to file does not get these operators and need every record of the list. Same way if I try to use a paginated report filter.
- Power automate button in PowerBI report, to export a file of the filtered report. The buttons are only working within the report but not in the embedded report.