Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi All
Microsoft has released the option to download report in PDF in PowerBI Embedded. However, they has provided only C# code. ANd, for my project, I have required the Java Script code. Can anyone suggest me, how I can get the JS code. Or I can translate C# code into Java Script.
Hi @Anonymous ,
Basically you have to use the exporttofileingroup REST API
https://docs.microsoft.com/en-us/rest/api/power-bi/reports/exporttofileingroup
The C# Code/Dotnet SDK is just a abstraction layer which internally uses the same export api. So you can use the raw api in your javascirpt rather than a C# code/any sdk
Thanks for your reponse. It's great help for me. It will good, if you can share some example file for the same
Kind Regards
Ashwani
Hi @Anonymous ,
I'm not much into javascript, however I can give you some links handy
https://stackoverflow.com/questions/47194412/node-js-app-integration-with-power-bi-rest-api
With the above link you just need to replace the exisiting API with the export API.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 7 | |
| 4 | |
| 3 | |
| 3 |