Forum Discussion
Extracting a PBI page with Power automate does not support exporting a PowerApps Visual
- 4 years ago
Hi Bastienlin_
Unfortunately the "Export to File" Power BI API doesn't support exporting PowerApps visual. You can see the list of limitations here: https://docs.microsoft.com/en-us/power-bi/developer/embedded/export-to#considerations-and-limitations
It doesn't really matter whether you call the API from Power Automate, or directly from your code.
Thanks,
Amos
Hi Bastienlin_
Unfortunately the "Export to File" Power BI API doesn't support exporting PowerApps visual. You can see the list of limitations here: https://docs.microsoft.com/en-us/power-bi/developer/embedded/export-to#considerations-and-limitations
It doesn't really matter whether you call the API from Power Automate, or directly from your code.
Thanks,
Amos
- Bastienlin_4 years ago
Helper II
Hi AmosHersch,
I am using the "Export to file for Power BI Reports" from a Power automate flow:Does it have the same limitations as the "Export to File" API from Power BI that you just shared ?
Thank you for your help !- AmosHersch4 years ago
Microsoft Employee
Hi Bastienlin_
The "Export to file for Power BI Reports" in Power Automate is just a convenient way for users to call the Power BI REST API (low code/no code approach). When you run the flow it calls the Power BI API with your credentials. So it does have the same limitations.
- Bastienlin_4 years ago
Helper II
Oh I see ! And one last question, does this PBI API have any difference with the export button in the PBI Service ? :
Thank you again for your help !