<?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 and PBIR Format Support in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-and-PBIR-Format-Support/m-p/5346950#M65450</link>
    <description>&lt;P&gt;Following up with a concrete, reproducible case (tested today, August 6, 2026), because the &lt;STRONG&gt;mobile layout&lt;/STRONG&gt; part of this limitation still reproduces even though the docs no longer list it.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Setup:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Report published from a PBIX; the service stores it as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;"format": "PBIR"&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(confirmed via&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;GET &lt;A href="https://api.powerbi.com/v1.0/myorg/reports/{reportId" target="_blank" rel="noopener"&gt;https://api.powerbi.com/v1.0/myorg/reports/{reportId&lt;/A&gt;}).&lt;/LI&gt;&lt;LI&gt;Embedded with powerbi-client&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;2.24.1&lt;/STRONG&gt;, AAD token,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;settings.layoutType = models.LayoutType.MobilePortrait, and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;pageName&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;explicitly set to the section name of a page that has a mobile layout.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;What happens:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Embedding itself works fine — the report loads, data and interactions are all OK (so PBIR does embed).&lt;/LI&gt;&lt;LI&gt;But the mobile layout is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;not applied&lt;/STRONG&gt;. The SDK fires:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;mobileLayoutError — Warning: Mobile layout was not found for current page: "&amp;lt;sectionName&amp;gt;", loading page in default layout&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;referencing exactly the page I requested, and the page renders using the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;desktop layout squeezed into the phone-sized container&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;The mobile layout definitely exists on that page:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;page.mobileSize&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;returns&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;324 × 2711,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;page.hasLayout(models.LayoutType.MobilePortrait)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;returns&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;true, and the same page renders perfectly in the service's mobile layout view and in the Power BI mobile app. Only the embedded rendering refuses to apply it.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Control test:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;the exact same embed configuration, token and container against a report stored as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;"format": "PBIRLegacy"&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;applies the mobile layout perfectly (no warning, correct phone rendering). So the only differentiating variable is the stored report format.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Screenshots attached:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Image 1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;— the page viewed in the Power BI service mobile layout view (it looks exactly the same in the official Power BI mobile app): the mobile layout renders correctly.&lt;/LI&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="layout-mobile-app.png" style="width: 441px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1358094iFC518E4939505190/image-size/large?v=v2&amp;amp;px=999" role="button" title="layout-mobile-app.png" alt="layout-mobile-app.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Image 2&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;— the very same page, same day, embedded with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;layoutType: MobilePortrait: the mobile layout is ignored and the desktop layout is rendered squeezed into the phone-sized container.&lt;/LI&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="layout-mobile-embedded.png" style="width: 402px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1358095iF92328AADCA3C9AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="layout-mobile-embedded.png" alt="layout-mobile-embedded.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is applying&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;mobile layouts&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(layoutType: MobilePortrait) in embedded scenarios officially supported today for PBIR-format reports, or is this still a known limitation? The "PBIR considerations and limitations" page no longer mentions it, but the behavior above suggests it is not supported yet.&lt;/LI&gt;&lt;LI&gt;If it is still a limitation, is there a roadmap item or ETA we can track specifically for mobile layout support in embedded PBIR reports?&lt;/LI&gt;&lt;LI&gt;Since January 2026 the service stores new/republished reports as PBIR by default, so every republish re-breaks mobile embedding. For ISVs whose embedded apps depend on mobile layouts, what is the recommended path today — restore reports to PBIR-Legacy via report settings and/or have the tenant admin disable the automatic PBIR conversion setting until this is fixed? Both feel temporary given PBIR will become the only format at GA.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Aug 2026 12:48:07 GMT</pubDate>
    <dc:creator>marcio_fornari</dc:creator>
    <dc:date>2026-08-06T12:48:07Z</dc:date>
    <item>
      <title>Power BI Embedded and PBIR Format Support</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-and-PBIR-Format-Support/m-p/4838313#M63278</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We embed Power BI reports into our custom web app, and per &lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/projects-enhanced-report-format" target="_blank" rel="noopener"&gt;Create a Power BI report in enhanced report format - Power BI | Microsoft Learn&lt;/A&gt;, Microsoft makes it look like PBIR format is Power BI Embedded supported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, per&amp;nbsp;&lt;A href="https://powerbi.microsoft.com/en-us/blog/power-bi-enhanced-report-format-pbir-in-power-bi-desktop-developer-mode-preview/" target="_blank" rel="noopener"&gt;Power BI enhanced report format (PBIR) in Power BI Desktop developer mode (Preview) | Microsoft Power BI Blog | Microsoft Power BI&lt;/A&gt;, under the Limitations section, below are the bullet points:&lt;/P&gt;&lt;P&gt;All service limitations will be addressed in the upcoming months. Specifically, in the next few weeks, we will resolve the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Can’t be exported to PPTX or PDF.&lt;/LI&gt;&lt;LI&gt;Can’t be included in Subscriptions&lt;/LI&gt;&lt;LI&gt;Mobile layouts aren’t applied.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Can’t be utilized in Power BI Embedded.&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would someone here be able to clarify and confirm whether PBIR format is Power BI Embedded supported?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Sep 2025 20:00:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-and-PBIR-Format-Support/m-p/4838313#M63278</guid>
      <dc:creator>ponyo_pankun</dc:creator>
      <dc:date>2025-09-29T20:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded and PBIR Format Support</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-and-PBIR-Format-Support/m-p/4838885#M63285</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/543400"&gt;@ponyo_pankun&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to the Microsoft Community Forum.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PBIR format is currently not supported in Power BI Embedded. It is part of the Power BI Project (PBIP) structure, designed to improve source control and developer workflows. While PBIR supports advanced development scenarios, it is still in preview.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to the official documentation, under the Limitations section. “PBIR format can’t be utilized in Power BI Embedded.” This limitation is expected to be addressed in the upcoming months, but as of now, PBIR reports cannot be embedded into custom applications using Power BI Embedded.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: PBIR supports for source control and developer workflows. And not yet supported in Power BI Embedded.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this information helps. Please do let us know if you have any further queries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 10:23:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-and-PBIR-Format-Support/m-p/4838885#M63285</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2025-09-30T10:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded and PBIR Format Support</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-and-PBIR-Format-Support/m-p/4922680#M64372</link>
      <description>&lt;P&gt;With PBIR becoming the default version, will it be supported in embedded by then? Will we need to update our embedded code to handle this? We need communication and documentation on this, please.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 14:39:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-and-PBIR-Format-Support/m-p/4922680#M64372</guid>
      <dc:creator>michellef</dc:creator>
      <dc:date>2026-01-21T14:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded and PBIR Format Support</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-and-PBIR-Format-Support/m-p/4922858#M64376</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/547287"&gt;@michellef&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I asked Rui Romano on this post about 2 months ago.&amp;nbsp;&lt;A href="https://powerbi.microsoft.com/en-us/blog/pbir-will-become-the-default-power-bi-report-format-get-ready-for-the-transition/?cdn=disable" target="_blank"&gt;PBIR will become the default Power BI Report Format &amp;amp;#8211; Get Ready for the Transition | Microsoft Power BI Blog | Microsoft Power BI.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is a screenshot of our conversation, you can more questions and responses if you go to the post. I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ponyo_pankun_0-1769024908325.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1322306i91FF796F440B3A69/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ponyo_pankun_0-1769024908325.png" alt="ponyo_pankun_0-1769024908325.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 19:48:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-and-PBIR-Format-Support/m-p/4922858#M64376</guid>
      <dc:creator>ponyo_pankun</dc:creator>
      <dc:date>2026-01-21T19:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded and PBIR Format Support</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-and-PBIR-Format-Support/m-p/4938718#M64396</link>
      <description>&lt;P&gt;Thanks, have you all tried updating your embedded reports? Our reports don't actually live in a repo. Our .NET code copies the reports from a template workspace into a workspace used for embedding. I guess we will just publish a pbir version instead and see if the code picks it up. &lt;span class="lia-unicode-emoji" title=":crossed_fingers:"&gt;🤞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 21:22:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-and-PBIR-Format-Support/m-p/4938718#M64396</guid>
      <dc:creator>michellef</dc:creator>
      <dc:date>2026-01-27T21:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded and PBIR Format Support</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-and-PBIR-Format-Support/m-p/5180768#M65062</link>
      <description>&lt;P&gt;I don't see the limitation anymore on , see link :&amp;nbsp;&lt;A href="https://learn.microsoft.com/nl-nl/power-bi/developer/projects/projects-report?tabs=v2%2Cdesktop#pbir-considerations-and-limitations" target="_blank"&gt;https://learn.microsoft.com/nl-nl/power-bi/developer/projects/projects-report?tabs=v2%2Cdesktop#pbir-considerations-and-limitations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So solved?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 10:17:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-and-PBIR-Format-Support/m-p/5180768#M65062</guid>
      <dc:creator>DocHypoport</dc:creator>
      <dc:date>2026-05-11T10:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded and PBIR Format Support</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-and-PBIR-Format-Support/m-p/5180829#M65063</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/267560"&gt;@DocHypoport&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The current “PBIR considerations and limitations” page no longer mentions Power BI Embedded as a limitation, this removal does not mean GA support exists. Microsoft has not announced GA Embedded support for PBIR yet in the roadmap.&amp;nbsp; It still in preview state. Please refer below Mircosoft Road Map link for upcoming release features.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://roadmap.fabric.microsoft.com/?product=administration%2Cgovernanceandsecurity" target="_blank"&gt;Microsoft Fabric Roadmap&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Note: If you want to use Power BI Embedded, Continue embedding reports authored as PBIX. Reports stored in Service but not converted to PBIR-only workflows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this information helps. Please do let us know if you have any further queries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Dinesh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2026 11:25:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-and-PBIR-Format-Support/m-p/5180829#M65063</guid>
      <dc:creator>v-dineshya</dc:creator>
      <dc:date>2026-05-11T11:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded and PBIR Format Support</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-and-PBIR-Format-Support/m-p/5346950#M65450</link>
      <description>&lt;P&gt;Following up with a concrete, reproducible case (tested today, August 6, 2026), because the &lt;STRONG&gt;mobile layout&lt;/STRONG&gt; part of this limitation still reproduces even though the docs no longer list it.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Setup:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Report published from a PBIX; the service stores it as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;"format": "PBIR"&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(confirmed via&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;GET &lt;A href="https://api.powerbi.com/v1.0/myorg/reports/{reportId" target="_blank" rel="noopener"&gt;https://api.powerbi.com/v1.0/myorg/reports/{reportId&lt;/A&gt;}).&lt;/LI&gt;&lt;LI&gt;Embedded with powerbi-client&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;2.24.1&lt;/STRONG&gt;, AAD token,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;settings.layoutType = models.LayoutType.MobilePortrait, and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;pageName&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;explicitly set to the section name of a page that has a mobile layout.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;What happens:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Embedding itself works fine — the report loads, data and interactions are all OK (so PBIR does embed).&lt;/LI&gt;&lt;LI&gt;But the mobile layout is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;not applied&lt;/STRONG&gt;. The SDK fires:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;mobileLayoutError — Warning: Mobile layout was not found for current page: "&amp;lt;sectionName&amp;gt;", loading page in default layout&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;referencing exactly the page I requested, and the page renders using the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;desktop layout squeezed into the phone-sized container&lt;/STRONG&gt;.&lt;/LI&gt;&lt;LI&gt;The mobile layout definitely exists on that page:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;page.mobileSize&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;returns&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;324 × 2711,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;page.hasLayout(models.LayoutType.MobilePortrait)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;returns&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;true, and the same page renders perfectly in the service's mobile layout view and in the Power BI mobile app. Only the embedded rendering refuses to apply it.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Control test:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;the exact same embed configuration, token and container against a report stored as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;"format": "PBIRLegacy"&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;applies the mobile layout perfectly (no warning, correct phone rendering). So the only differentiating variable is the stored report format.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Screenshots attached:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Image 1&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;— the page viewed in the Power BI service mobile layout view (it looks exactly the same in the official Power BI mobile app): the mobile layout renders correctly.&lt;/LI&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="layout-mobile-app.png" style="width: 441px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1358094iFC518E4939505190/image-size/large?v=v2&amp;amp;px=999" role="button" title="layout-mobile-app.png" alt="layout-mobile-app.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Image 2&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;— the very same page, same day, embedded with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;layoutType: MobilePortrait: the mobile layout is ignored and the desktop layout is rendered squeezed into the phone-sized container.&lt;/LI&gt;&lt;LI&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="layout-mobile-embedded.png" style="width: 402px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1358095iF92328AADCA3C9AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="layout-mobile-embedded.png" alt="layout-mobile-embedded.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is applying&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;mobile layouts&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(layoutType: MobilePortrait) in embedded scenarios officially supported today for PBIR-format reports, or is this still a known limitation? The "PBIR considerations and limitations" page no longer mentions it, but the behavior above suggests it is not supported yet.&lt;/LI&gt;&lt;LI&gt;If it is still a limitation, is there a roadmap item or ETA we can track specifically for mobile layout support in embedded PBIR reports?&lt;/LI&gt;&lt;LI&gt;Since January 2026 the service stores new/republished reports as PBIR by default, so every republish re-breaks mobile embedding. For ISVs whose embedded apps depend on mobile layouts, what is the recommended path today — restore reports to PBIR-Legacy via report settings and/or have the tenant admin disable the automatic PBIR conversion setting until this is fixed? Both feel temporary given PBIR will become the only format at GA.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Aug 2026 12:48:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded-and-PBIR-Format-Support/m-p/5346950#M65450</guid>
      <dc:creator>marcio_fornari</dc:creator>
      <dc:date>2026-08-06T12:48:07Z</dc:date>
    </item>
  </channel>
</rss>

