Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hello everyone,
Iam embedding reports in a mobile app, reports are displayed in mobile layout. I want the reports to use the whole screenwidth but i cant make it happen. A small grey area remains and reports are not centered. I looked in to quite a few posts about this topic but none realy solved it.
You want to see an example of that behaviour? Just go to Microsoft PowerBI's embedded playground, run the example and look at the mobile layout. That's exactely what i get. Its not full width and not centered. I don't like that. Anybody thinks the same and found a way to achieve full screen width?
Kind regards
Nicolai
Hello @Anonymous ,
thank you for your reply! I tried using Full Screen but it didn't change anything with my visual. Am I using it correctly:
var element = document.getElementById('reportContainer');
var rep = powerbi.get(element);
rep.fullscreen();
I put this code both in onLoaded and on Rendered to see if it can make a difference but i get the same result. Do you have another idea?
Kind regards
Nicolai
Hi @Anonymous ,
You can try to use full screen.
If you're using Power BI mobile, full screen is available for Windows 10 mobile apps.
Reference: When to use full screen mode
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.