Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
import { models, Report, Embed, IEmbedConfiguration, service, Page } from 'powerbi-client';
import { PowerBIEmbed } from 'powerbi-client-react';
import 'powerbi-report-authoring';
Type: ‘report’,
embedUrl: ‘<ReportEmbedeUrl>’,
tokemType: models.TokenType.Embed,
accessToken: ‘<Token generated from below link>’,
if someone implement , could you please help us to solve this issue.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.