Is there any way to generate PDF files with charts? It is not possible to export the charts generated by PowerApps itself and I was unable to find another way to include charts in the file
In my app, a chart would be created listing the variation of multiple data related to a specific element, previously chosen from a gallery. This data is being stored in a SharePoint list. How could I send the data from this chosen element to PowerBI?
If you have a Power BI premium workspace you can export a PBI visual or page as an image using the Power Automate Power BI connector: https://learn.microsoft.com/en-us/connectors/powerbi/#export-to-file-for-power-bi-reports
This way you can create a PBI report with the visuals you want, publish it to the premium workspace, then in your app you can trigger a flow that exports the image with whatever parameters you pass into the Filter property of the connector.
Finally convert to PDF using a 3rd party connector like Encodian or construct an HTML document with the image embedded using a data URI then convert that.
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473