<?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- How to hide page navigation bar when embedding using iframe in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-How-to-hide-page-navigation-bar-when-embedding-using/m-p/2435684#M35324</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the javascript solution. I also tried the following solution:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/update-settings" target="_blank"&gt;https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/update-settings&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;add settings to the report config -&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/embed-paginated-report" target="_blank"&gt;https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/embed-paginated-report&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;manually add url parameters -&amp;nbsp;&lt;/P&gt;&lt;P&gt;navContentPaneEnabled=false&amp;amp;filterPaneEnabled=false&amp;amp;actionBarEnabled=false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, none of the above worked for me. Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Apr 2022 13:18:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-04-04T13:18:59Z</dc:date>
    <item>
      <title>Power BI- How to hide page navigation bar when embedding using iframe</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-How-to-hide-page-navigation-bar-when-embedding-using/m-p/2172287#M32743</link>
      <description>&lt;P&gt;Dear community,&lt;BR /&gt;&lt;BR /&gt;I'm using the URL created by Power BI to embed my dashboard.&lt;BR /&gt;After some research in this forum I've already tried to extend the URL by the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;navContentPaneEnabled=false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This didnt result in any kind of changes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are navigation through the dashboard through a more elegant way (links and buttons), so there is no need for the page navigation at all.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 09:21:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-How-to-hide-page-navigation-bar-when-embedding-using/m-p/2172287#M32743</guid>
      <dc:creator>Orangesweater</dc:creator>
      <dc:date>2021-11-08T09:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI- How to hide page navigation bar when embedding using iframe</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-How-to-hide-page-navigation-bar-when-embedding-using/m-p/2177569#M32790</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/336828"&gt;@Orangesweater&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can refer the method from the last reply of &lt;A id="link_30" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.powerbi.com/t5/user/viewprofilepage/user-id/106777" target="_self" aria-label="View Profile of mrothschild"&gt;&lt;SPAN class=""&gt;mrothschild&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the following thread:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Developer/Hiding-Navigation-Pane-in-iframe/m-p/162759" target="_self"&gt;&lt;STRONG&gt;Hiding Navigation Pane in iframe&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;FONT size="3"&gt;&lt;SPAN&gt;This worked for me.&amp;nbsp; I'm not a coder, so I don't understand why, and I used trial &amp;amp; error to get the right cropping using the numbers in "clip:rect" below, but beyond that, don't have a capacity to answer questions on this.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;div id="content"&amp;gt;
    &amp;lt;div style="height:580px;width:960px"&amp;gt;
      &amp;lt;iframe width="960" height="580" src="[URL LINK]" frameborder="0" height="100%" width="100%" style="position:absolute; clip:rect(0px,1100px,543px,0px);
            bottom:-0px; allowFullScreen="true" &amp;gt;&amp;lt;/iframe&amp;gt;
   &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;In addtion, you can achieve it by Javascript&amp;amp;colon;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/powerapps/maker/portals/admin/add-powerbi-report#how-to-use-powerbi-client-javascript-library-in-portals" target="_self"&gt;&lt;STRONG&gt;Disable page navigation&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yingyinr_0-1636362954842.png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/627093i8DFE0C6C01E476B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="yingyinr_0-1636362954842.png" alt="yingyinr_0-1636362954842.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 08 Nov 2021 09:16:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-How-to-hide-page-navigation-bar-when-embedding-using/m-p/2177569#M32790</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-08T09:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI- How to hide page navigation bar when embedding using iframe</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-How-to-hide-page-navigation-bar-when-embedding-using/m-p/2435684#M35324</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the javascript solution. I also tried the following solution:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/update-settings" target="_blank"&gt;https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/update-settings&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;add settings to the report config -&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/embed-paginated-report" target="_blank"&gt;https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/embed-paginated-report&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;manually add url parameters -&amp;nbsp;&lt;/P&gt;&lt;P&gt;navContentPaneEnabled=false&amp;amp;filterPaneEnabled=false&amp;amp;actionBarEnabled=false&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, none of the above worked for me. Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 13:18:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-How-to-hide-page-navigation-bar-when-embedding-using/m-p/2435684#M35324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-04T13:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI- How to hide page navigation bar when embedding using iframe</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-How-to-hide-page-navigation-bar-when-embedding-using/m-p/2547474#M36413</link>
      <description>&lt;P&gt;&amp;amp;navContentPaneEnabled=false&lt;/P&gt;&lt;P&gt;Works like a charm! Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 09:58:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-How-to-hide-page-navigation-bar-when-embedding-using/m-p/2547474#M36413</guid>
      <dc:creator>proteantecs</dc:creator>
      <dc:date>2022-05-30T09:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI- How to hide page navigation bar when embedding using iframe</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-How-to-hide-page-navigation-bar-when-embedding-using/m-p/3350159#M43616</link>
      <description>&lt;P&gt;Thanks a lot&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;, one question- how can we enable the Bookmark parameter, i tried &amp;amp;bookmarksEnabled=true --- it didnt work&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 04:34:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-How-to-hide-page-navigation-bar-when-embedding-using/m-p/3350159#M43616</guid>
      <dc:creator>prosar</dc:creator>
      <dc:date>2023-07-26T04:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI- How to hide page navigation bar when embedding using iframe</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-How-to-hide-page-navigation-bar-when-embedding-using/m-p/3350161#M43617</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks a lot&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;, one question- how can we enable the Bookmark parameter, i tried &amp;amp;bookmarksEnabled=true --- it didnt work&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2023 04:36:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-How-to-hide-page-navigation-bar-when-embedding-using/m-p/3350161#M43617</guid>
      <dc:creator>prosar</dc:creator>
      <dc:date>2023-07-26T04:36:37Z</dc:date>
    </item>
  </channel>
</rss>

