<?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 PowerBI embedded: pageNavigation position: models.PageNavigationPosition.Left in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/1737273#M28535</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In &lt;A href="https://powerbi.microsoft.com/en-us/blog/power-bi-developer-community-november-2020-update/#newlook" target="_self"&gt;this blogpost&lt;/A&gt;, I read that we can show the navigation on the left position, instead of showing as tabs on the bottom:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;var embedConfig = {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;...
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;settings: {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;panes: {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;pageNavigation: {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;visible: true&lt;FONT color="#008000"&gt;,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;position: models.PageNavigationPosition.Left&lt;/FONT&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}
};&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We implemented this monts ago and until last weekend, this worked fine in our application.&lt;BR /&gt;But since a couple of days (although no code has changed) the pages now show up as tabs:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Until recently page navigation was shown on the left:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Barendnu_1-1616428927895.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/479259iDFE14E367052D6CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Barendnu_1-1616428927895.png" alt="Barendnu_1-1616428927895.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;But now it's shown at the bottom, as tabs, which is unwanted:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Barendnu_0-1616428893762.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/479258i9601DCF5E9A5114D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Barendnu_0-1616428893762.png" alt="Barendnu_0-1616428893762.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried applying above PageNavigationPosition setting in the &lt;A href="https://playground.powerbi.com/" target="_self"&gt;Power BI Playground&lt;/A&gt; too, but without succes.&lt;/P&gt;&lt;P&gt;Am I overlooking something? Thanks for any help!&lt;/P&gt;</description>
    <pubDate>Mon, 22 Mar 2021 16:17:23 GMT</pubDate>
    <dc:creator>Barendnu</dc:creator>
    <dc:date>2021-03-22T16:17:23Z</dc:date>
    <item>
      <title>PowerBI embedded: pageNavigation position: models.PageNavigationPosition.Left</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/1737273#M28535</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In &lt;A href="https://powerbi.microsoft.com/en-us/blog/power-bi-developer-community-november-2020-update/#newlook" target="_self"&gt;this blogpost&lt;/A&gt;, I read that we can show the navigation on the left position, instead of showing as tabs on the bottom:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;var embedConfig = {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;...
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;settings: {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;panes: {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;pageNavigation: {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;visible: true&lt;FONT color="#008000"&gt;,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;position: models.PageNavigationPosition.Left&lt;/FONT&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}
};&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We implemented this monts ago and until last weekend, this worked fine in our application.&lt;BR /&gt;But since a couple of days (although no code has changed) the pages now show up as tabs:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Until recently page navigation was shown on the left:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Barendnu_1-1616428927895.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/479259iDFE14E367052D6CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Barendnu_1-1616428927895.png" alt="Barendnu_1-1616428927895.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;But now it's shown at the bottom, as tabs, which is unwanted:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Barendnu_0-1616428893762.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/479258i9601DCF5E9A5114D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Barendnu_0-1616428893762.png" alt="Barendnu_0-1616428893762.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried applying above PageNavigationPosition setting in the &lt;A href="https://playground.powerbi.com/" target="_self"&gt;Power BI Playground&lt;/A&gt; too, but without succes.&lt;/P&gt;&lt;P&gt;Am I overlooking something? Thanks for any help!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 16:17:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/1737273#M28535</guid>
      <dc:creator>Barendnu</dc:creator>
      <dc:date>2021-03-22T16:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI embedded: pageNavigation position: models.PageNavigationPosition.Left</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/1737647#M28541</link>
      <description>&lt;P&gt;I am observing the same issue.&amp;nbsp; PageNavigationPosition.Left was working as&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/27669"&gt;@Barendnu&lt;/a&gt;&amp;nbsp;described last week, and today tabs are appearing at the bottom of the page.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 20:09:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/1737647#M28541</guid>
      <dc:creator>danpcsg</dc:creator>
      <dc:date>2021-03-22T20:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI embedded: pageNavigation position: models.PageNavigationPosition.Left</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/1738215#M28545</link>
      <description>&lt;P&gt;We are encountering the same issue.&amp;nbsp; On Thursday. 03/18/2021, Page Navigation was on the left, using the above settings.&amp;nbsp; By the following day, perhaps even the evening of 03/18/2021, without any code changes, Page Navigation was back at the bottom and hasn't budged since.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.nuget\packages\microsoft.powerbi.javascript\2.17.2&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 04:12:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/1738215#M28545</guid>
      <dc:creator>jmweekes</dc:creator>
      <dc:date>2021-03-23T04:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI embedded: pageNavigation position: models.PageNavigationPosition.Left</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/1739204#M28555</link>
      <description>&lt;P&gt;We're also encountering the same issue, no code changes made either. Currently running v2.17.2, tried upgrading to&amp;nbsp;&lt;A href="https://github.com/microsoft/PowerBI-JavaScript/releases/tag/v2.18.0" target="_blank"&gt;https://github.com/microsoft/PowerBI-JavaScript/releases/tag/v2.18.0&lt;/A&gt;&amp;nbsp;but the issue still persisted.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 10:49:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/1739204#M28555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-23T10:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI embedded: pageNavigation position: models.PageNavigationPosition.Left</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/1740056#M28558</link>
      <description>&lt;P&gt;¡Buenos días!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;También tengo el mismo problema. Anteriormente ya tenía configurado reportes de Power BI Embedded con la propiedad: "position: models.PageNavigationPosition.Left", pero al día de hoy ya no funciona.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Realicé pruebas en&amp;nbsp;&lt;A href="https://playground.powerbi.com/&amp;nbsp;pero" target="_blank"&gt;https://playground.powerbi.com/&amp;nbsp;pero&lt;/A&gt; tampoco funciona ahí.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 15:20:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/1740056#M28558</guid>
      <dc:creator>adolfomartinez</dc:creator>
      <dc:date>2021-03-23T15:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI embedded: pageNavigation position: models.PageNavigationPosition.Left</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/1741706#M28575</link>
      <description>&lt;P&gt;This clearly is a bug at Microsoft side. Someone else already posted an issue / bug report:&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Issues/Unale-to-re-position-Page-Navigation-Pane/idc-p/1741700" target="_blank"&gt;https://community.powerbi.com/t5/Issues/Unale-to-re-position-Page-Navigation-Pane/idc-p/1741700&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's vote for it, and hope that it get fixed soon...&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 07:59:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/1741706#M28575</guid>
      <dc:creator>Barendnu</dc:creator>
      <dc:date>2021-03-24T07:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI embedded: pageNavigation position: models.PageNavigationPosition.Left</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/1743416#M28583</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are aware of this bug and the fix should be deployed next week. I am sorry for the&amp;nbsp;inconvenience.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;</description>
      <pubDate>Wed, 24 Mar 2021 17:29:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/1743416#M28583</guid>
      <dc:creator>amshuste</dc:creator>
      <dc:date>2021-03-24T17:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI embedded: pageNavigation position: models.PageNavigationPosition.Left</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/1744789#M28601</link>
      <description>&lt;P&gt;in &lt;A href="https://community.powerbi.com/t5/Issues/Unale-to-re-position-Page-Navigation-Pane/idc-p/1744729#M65429" target="_self"&gt;the reported issue&lt;/A&gt;, community support replied:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PG&amp;nbsp;confirms it is bug and the fix should be deployed next week.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Lin&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thank you Lin and Amit for investigating and replying. Good news to hear that it will be fixed soon, without any code changes neccesary &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 07:40:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/1744789#M28601</guid>
      <dc:creator>Barendnu</dc:creator>
      <dc:date>2021-03-25T07:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI embedded: pageNavigation position: models.PageNavigationPosition.Left</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/2804302#M38967</link>
      <description>&lt;P&gt;do you manage to fix it ? I got the same issue&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 22:31:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/2804302#M38967</guid>
      <dc:creator>kelvinngai</dc:creator>
      <dc:date>2022-09-28T22:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI embedded: pageNavigation position: models.PageNavigationPosition.Left</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/2892199#M39619</link>
      <description>&lt;P&gt;If anyone else bumps into this thread and tries to use&lt;/P&gt;&lt;PRE&gt;&lt;FONT color="#008000"&gt;position: models.PageNavigationPosition.Left&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;and it doesn't work, we succeeded with&lt;/P&gt;&lt;PRE&gt;&lt;FONT color="#008000"&gt;position: 1&lt;/FONT&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Nov 2022 12:37:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/2892199#M39619</guid>
      <dc:creator>Gabriel_Walkman</dc:creator>
      <dc:date>2022-11-08T12:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI embedded: pageNavigation position: models.PageNavigationPosition.Left</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/2986679#M40454</link>
      <description>&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;FONT color="#008000"&gt;position: 1&lt;/FONT&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Dec 2022 14:40:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-embedded-pageNavigation-position-models/m-p/2986679#M40454</guid>
      <dc:creator>Gabriel_Walkman</dc:creator>
      <dc:date>2022-12-23T14:40:32Z</dc:date>
    </item>
  </channel>
</rss>

