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
I'm trying to embed the power-bi report into cordova app as explained here.
here is my code:
var embedConfiguration = {
type: 'report',
accessToken: '// access token',
id: '// report id',
embedUrl: 'https://embedded.powerbi.com/appTokenReportEmbed'
};
var reportContainer = document.getElementById('reportContainer');
var report = powerbi.embed(reportContainer , embedConfiguration);
powerbi.get(reportContainer);
But I'm getting the following errors for some phones:
Uncaught DOMException: Blocked a frame with origin "https://embedded.powerbi.com" from accessing a cross-origin frame.(…)
The error doesn't depends on android version also, two phones which has android 5.1.1 - for one of the phone, power bi report works fine but for another phone getting this error.
iframe is being loaded for all phones but the content of that iframe document is different if I get this error(In this case, it just shows the power-bi loader).
I tried putting <access origin="*" /> in config.xml but no luck!
That seems a common security error when using an Iframe, which is not Power BI specific. Check a similar link.
I think the problem is specific for browsers or setting of the phones, embeding power bi is actually for web applications viewed from the mainstream browsers on PC. For mobile devices, try to use Power BI Mobile.
@Eric_Zhang Thanks.
Can you please guide me how can I use Power Bi Mobile for my App.
Power BI Mobiles are application for mobile devices(android, ios), you shall publish your report to Power BI Service and view the report from Power BI Mobile.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |