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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
chandrasekarimp
Frequent Visitor

Power BI Report integrates with NodeJS REST api

Power BI Report to be integrate with NodeJS REST api using JWT token with unlimited refresh. We will use powerbi-react-client & pass jwt token via embed report url from our custom application, that jwt token should be captured in M Code(Power query) and pass that JWT token to our NodeJS API service .

1 REPLY 1
Anonymous
Not applicable

Hi @chandrasekarimp ,

it seems that there are some possible ways to achieve this, such as:

Using the Power BI JavaScript API to embed a report in your application and pass the JWT token as a query parameter in the embed URL. You can then use the Web.Contents function in Power Query to access the NodeJS REST api with the JWT token as a header.
Using the Power BI Node SDK to generate an embed token for a report and pass it to the powerbi-react-client component. You can then use the Web.Contents function in Power Query to access the NodeJS REST api with the JWT token as a header.
Using the Power BI REST API to generate an embed token for a report and pass it to the powerbi-react-client component. You can then use the Web.Contents function in Power Query to access the NodeJS REST api with the JWT token as a header.

 

More details: node.js - Node js App integration with power bi rest Api - Stack Overflow

Introducing the new Power BI JavaScript API | Microsoft Power BI Blog | Microsoft Power BI

 

If I have misunderstood your meaning, please provide more details.

 

Best Regards
Community Support Team _ Rongtie

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors