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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Anonymous
Not applicable

Embedded Report - grey areas

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

2 REPLIES 2
Anonymous
Not applicable

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

Anonymous
Not applicable

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.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors