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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.