Forum Discussion
Anonymous
1 year agoNot applicable
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
- lbendlinSuper User
You need to wait for the renderer to indicate to you that the file has been rendered. Only then can you attempt the download.