Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
A Power BI Report stuck at "Almost Done" only in Mobile Portrait view when embedded to our web application using javascript library powerbi-client. The report loads without issues on Custom view and Mobile Landscape view. It also able to load in Mobile Portrait view on Power BI android app. Just not working when it is embedded AND in Mobile Portrait view.
Using the same embed code, other Power BI Reports with Mobile Portrait view can be loaded so I don't think it is a bug of the embedding code.
The Power BI Report is in direct query mode.
This is the config (window.powerbi.embed(powerBIObjectContainer, config)):
{
"type": "report",
"tokenType": 0,
"accessToken": "/* Removed */",
"embedUrl": "https://app.powerbi.com/reportEmbed?reportId=314cff87-0db0-44cb-b498-aa3255516f2d",
"id": "",
"settings": {
"layoutType": 2,
}
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.