Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

Download in PDF

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.

 

3 REPLIES 3
Jayendran
Solution Sage
Solution Sage

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

Anonymous
Not applicable

@Jayendran

 

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.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.