Forum Discussion

saadashraf's avatar
saadashraf
Icon for Helper I rankHelper I
6 years ago
Solved

Want to add Export Power BI Report Feature in my application where in embed the report

Hello, I embedded the power Bi report into our application, now i want to add export feature in to it. Like when we see reports on https://app.powerbi.com  there is a bar on top of the report, wher...
  • lbendlin's avatar
    6 years ago

    You will have to implement the asynchronous process described in the documentation.  Your app needs to call the API with the export request, receive the job ID, then your app needs to poll the API with the job ID for the render status, and once rendering is complete, your app can then download the resulting blob and offer it to the app users for their download etc.