Forum Discussion
power bi rest api
Hi
i am trying to automate dashboards export as pdf after applying few filters, with the help of power bi rest api's.
i currently have power bi pro license, do i require power bi premium in order to use power bi rest api's ? if yes will PPU work ?
also i tried sending request to power bi api's but facing error 403
There is no such thing as "dashboard exports as pdf". You probably meant report exports.
You can test your process in the API sandbox
Reports - Export To File In Group - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Use the "Try it" button.
The link above is for Premium only though, PPU is explicitly not supported. You can test the export from "My Workspace here
Reports - Export To File - REST API (Power BI Power BI REST APIs) | Microsoft Docs
if you have a Pro license.
1 Reply
- lbendlinSuper User
There is no such thing as "dashboard exports as pdf". You probably meant report exports.
You can test your process in the API sandbox
Reports - Export To File In Group - REST API (Power BI Power BI REST APIs) | Microsoft Docs
Use the "Try it" button.
The link above is for Premium only though, PPU is explicitly not supported. You can test the export from "My Workspace here
Reports - Export To File - REST API (Power BI Power BI REST APIs) | Microsoft Docs
if you have a Pro license.