Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Modify Margins or Alignment In Powerbi-client to Embed Power BI in Web Application
03-13-2025
11:19 AM
We are using Powerbi-Client to embed our power bi reports into our web application. However, we have a lot of white space between our iFrame and the report and are looking for a way to remove the white space. Is there a way to adjust the margins or left justify a report within the iFrame in Powerbi-Client?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Hi @jslade ,
I think you can try code as below.
Method1:
<iframe src="your_report_url" style="width: 100%; height: 100%; border: none; overflow: hidden;" allowfullscreen="true"></iframe>
Method2:
<iframe src="your_report_url" style="width: 2400px; height: 1400px; border: none;"></iframe>
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday
Thank you I will give it a try and let you know how it goes.

Helpful resources
Recommendations
Subject | Author | Posted | |
---|---|---|---|
05-10-2024 08:25 AM | |||
04-12-2024 02:34 AM | |||
11-16-2020 03:36 AM | |||
01-22-2024 03:58 AM | |||
05-03-2024 08:34 PM |