Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago

Export Report as PPTX with Microsoft PowerBI Client in NextJS + FastAPI app.

Tech Stack: NextJS Frontend, FastAPI Backend, Service Principal using PowerBI Embedd Token.
We want to create a feature to export reports as powerpoint and allow the users to download them, following the documentation we implemented a system that fetches the URL and allows user to download it as PPTX, despite following it the report downloaded is empty.

1 Reply

  • You need to wait for the renderer to indicate to you that the file has been rendered. Only then can you attempt the download.