<?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: PowerBI Embedded Bookmark - Api client Javascript in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-Bookmark-Api-client-Javascript/m-p/4301557#M58439</link>
    <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/402461"&gt;@DavideBono97&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems that the API does not support the functionality to collapse bookmarks by default. However, you can try using&amp;nbsp;visible: false&amp;nbsp;and&amp;nbsp;report.updateSettings&amp;nbsp;in the code to toggle the visibility of the bookmark pane, allowing you to dynamically show or hide bookmarks.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/configure-report-settings" target="_blank"&gt;Configure embedded report settings | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/update-settings" target="_blank"&gt;Update report settings at runtime in Power BI embedded analytics | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the related document, you can view this content:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/custom-layout" target="_blank"&gt;Report Layout in Power BI Embedded | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Nov 2024 07:15:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-26T07:15:50Z</dc:date>
    <item>
      <title>PowerBI Embedded Bookmark - Api client Javascript</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-Bookmark-Api-client-Javascript/m-p/4300016#M58428</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I'm embedding a Power BI report using the JavaScript API and want to know if there's a way to set the Bookmark Pane to be collapsed by default when the report loads. Ideally, I'd like to control this programmatically so that users see the pane in a collapsed state initially, but can expand it if needed.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Is there any setting or method in the Power BI JavaScript API that allows configuring the initial state of the Bookmark Pane?&lt;/P&gt;&lt;P&gt;I would like to set the Bookmarks bar to be collapsed by default&lt;/P&gt;&lt;P&gt;I use this code for see Bookmark Pane on my Embedded report :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;  panes : {
      &lt;SPAN class=""&gt;bookmarks&lt;/SPAN&gt;: {
         &lt;SPAN class=""&gt;visible&lt;/SPAN&gt;: &lt;SPAN class=""&gt;true&lt;/SPAN&gt; 
      } 
    }&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks in advance&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 25 Nov 2024 14:12:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-Bookmark-Api-client-Javascript/m-p/4300016#M58428</guid>
      <dc:creator>DavideBono97</dc:creator>
      <dc:date>2024-11-25T14:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: PowerBI Embedded Bookmark - Api client Javascript</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-Bookmark-Api-client-Javascript/m-p/4301557#M58439</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/402461"&gt;@DavideBono97&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It seems that the API does not support the functionality to collapse bookmarks by default. However, you can try using&amp;nbsp;visible: false&amp;nbsp;and&amp;nbsp;report.updateSettings&amp;nbsp;in the code to toggle the visibility of the bookmark pane, allowing you to dynamically show or hide bookmarks.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/configure-report-settings" target="_blank"&gt;Configure embedded report settings | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/update-settings" target="_blank"&gt;Update report settings at runtime in Power BI embedded analytics | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the related document, you can view this content:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/custom-layout" target="_blank"&gt;Report Layout in Power BI Embedded | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 07:15:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-Embedded-Bookmark-Api-client-Javascript/m-p/4301557#M58439</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-26T07:15:50Z</dc:date>
    </item>
  </channel>
</rss>

