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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
sudheerkurapaty
New Member

Power BI Integration to D365 Portal with React Framework

Hi All,

We have a requirement to Integration Power BI report in D365 PowerApps Portal via powerbi liquid tag in React framework.

Working as per Setup PowerBI Integration doc( https://docs.microsoft.com/en-us/powerapps/maker/portals/admin/set-up-power-bi-integration) but only working through if we create separate webpage in portal and add powerbi liquid tag (Authentication Type= powerbiembeded) in related webtemplate.

 

This is not working in React Page even if follow the below steps:

Tried to embed the PowerBi report to react app using “powerbi-client-react” package

 

  • Imported the below node modules to our application

import { models, Report, Embed, IEmbedConfiguration, service, Page } from 'powerbi-client';

import { PowerBIEmbed } from 'powerbi-client-react';

import 'powerbi-report-authoring';

  • Declared constants as per DemoApp
  • Using PowerBIEmbed and passing the report configurations as parameters:

Type: ‘report’,

embedUrl: ‘<ReportEmbedeUrl>’,

tokemType: models.TokenType.Embed,

accessToken: ‘<Token generated from below link>’,

  • Generated the Power BI Embedded Token using link and passed as parameter for Access Token along with dataset ID.
  • PowerBi report is not rending

if someone implement , could you please help us to solve this issue.

0 REPLIES 0

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.