<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Power BI Embedded background alignment in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-background-alignment/m-p/4273240#M58180</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/506619"&gt;@kolousekjan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your statement, I think you are trying to embed the report to your website.&lt;/P&gt;
&lt;P&gt;Here please check what format your background is in and check the parameter data within the frame, this issue may be related to the website parameter configuration.&lt;BR /&gt;I would suggest to check the setting of style for each parameter in the framework in website, please check if this setting is globally overridden.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2024 02:10:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-07T02:10:10Z</dc:date>
    <item>
      <title>Power BI Embedded background alignment</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-background-alignment/m-p/4272897#M58172</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm encountering an unusual issue. I built a report in Power BI Desktop, published it, and embedded it on a website using Power BI Embedded.&lt;/P&gt;&lt;P&gt;On the website, the background aligns to the right side of the page, but all data is centered. In both Power BI Desktop and Service, everything is aligned correctly (center), but in the embedded view, it’s not.&lt;/P&gt;&lt;P class="lia-align-center"&gt;PBI Service&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="service.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1195276i7BB777C00559CFDE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="service.png" alt="service.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P class="lia-align-center"&gt;PBI Embedded&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="embedded.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1195277i3E714F0CCF75CC51/image-size/medium?v=v2&amp;amp;px=400" role="button" title="embedded.png" alt="embedded.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any advice on what might be causing this?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2024 18:37:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-background-alignment/m-p/4272897#M58172</guid>
      <dc:creator>kolousekjan</dc:creator>
      <dc:date>2024-11-06T18:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded background alignment</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-background-alignment/m-p/4273240#M58180</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/506619"&gt;@kolousekjan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your statement, I think you are trying to embed the report to your website.&lt;/P&gt;
&lt;P&gt;Here please check what format your background is in and check the parameter data within the frame, this issue may be related to the website parameter configuration.&lt;BR /&gt;I would suggest to check the setting of style for each parameter in the framework in website, please check if this setting is globally overridden.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 02:10:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-background-alignment/m-p/4273240#M58180</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-07T02:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded background alignment</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-background-alignment/m-p/4275262#M58206</link>
      <description>&lt;P&gt;Thank you for your response, Rico.&lt;/P&gt;&lt;P&gt;It seems that the issue lies in the width setting of an element with the class .displayArea. Currently, this style is applied with width: &lt;STRONG&gt;100% !important&lt;/STRONG&gt;, which affects the alignment of the Power BI report on the page. When I remove the&lt;STRONG&gt; !important&lt;/STRONG&gt;, the alignment works correctly.&lt;/P&gt;&lt;P&gt;However, I am unable to determine where exactly this priority (!important) is set within Power BI or the embedding framework. I would like to know if it’s possible to adjust this value directly in the Power BI embed configuration or if it originates from a library used on the page.&lt;/P&gt;&lt;P&gt;Could you advise on how to identify the source of this setting or where I might be able to adjust its priority?&lt;/P&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2024 08:08:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-background-alignment/m-p/4275262#M58206</guid>
      <dc:creator>kolousekjan</dc:creator>
      <dc:date>2024-11-08T08:08:22Z</dc:date>
    </item>
  </channel>
</rss>

