<?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: updateSettings does not update syncSlicers.visible in View mode for Power BI Embedded reports in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/updateSettings-does-not-update-syncSlicers-visible-in-View-mode/m-p/5275319#M65308</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1665482"&gt;@WellsFang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, this is expected behavior. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The Sync Slicers pane is an editing feature, and its visibility is only maintained while the report is in Edit mode. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Once the report goes back to View mode, report.updateSettings( ) does not control the prominence of the Sync Slicers pane.I hope this will clarify the situation.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#993300"&gt;If this helps,&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;✓ Mark as Kudos | Help Others&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jul 2026 05:24:33 GMT</pubDate>
    <dc:creator>Murtaza_Ghafoor</dc:creator>
    <dc:date>2026-07-07T05:24:33Z</dc:date>
    <item>
      <title>updateSettings does not update syncSlicers.visible in View mode for Power BI Embedded reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/updateSettings-does-not-update-syncSlicers-visible-in-View-mode/m-p/5259305#M65287</link>
      <description>&lt;P&gt;Hi Power BI Team,&lt;/P&gt;&lt;P&gt;We are experiencing an issue with Power BI Embedded where `updateSettings` does not update `panes.syncSlicers.visible` when the report is in View mode.&lt;/P&gt;&lt;P&gt;Our scenario is:&lt;/P&gt;&lt;P&gt;1. The report starts in View mode.&lt;BR /&gt;2. The user enters Edit mode.&lt;BR /&gt;3. We call `updateSettings` to show the Sync Slicers pane:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;report.updateSettings({
  panes: {
    syncSlicers: {
      visible: true
    }
  }
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works as expected.&lt;/P&gt;&lt;P&gt;4. When the user exits Edit mode and the report returns to View mode, we call `updateSettings` again to hide the Sync Slicers pane:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;report.updateSettings({
  panes: {
    syncSlicers: {
      visible: false
    }
  }
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, this does not work. The Sync Slicers pane remains visible.&lt;/P&gt;&lt;P&gt;After testing, it seems that `syncSlicers.visible` can only be toggled while the report is in Edit mode. In View mode, calling `updateSettings` with `syncSlicers.visible = false` has no effect.&lt;/P&gt;&lt;P&gt;Could you please confirm whether this is expected behavior or a bug?&lt;/P&gt;&lt;P&gt;If it is expected behavior, is there a supported way to hide the Sync Slicers pane after switching the embedded report from Edit mode back to View mode?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2026 03:45:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/updateSettings-does-not-update-syncSlicers-visible-in-View-mode/m-p/5259305#M65287</guid>
      <dc:creator>WellsFang</dc:creator>
      <dc:date>2026-07-01T03:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: updateSettings does not update syncSlicers.visible in View mode for Power BI Embedded reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/updateSettings-does-not-update-syncSlicers-visible-in-View-mode/m-p/5275319#M65308</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1665482"&gt;@WellsFang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, this is expected behavior. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The Sync Slicers pane is an editing feature, and its visibility is only maintained while the report is in Edit mode. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Once the report goes back to View mode, report.updateSettings( ) does not control the prominence of the Sync Slicers pane.I hope this will clarify the situation.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#993300"&gt;If this helps,&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;✓ Mark as Kudos | Help Others&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2026 05:24:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/updateSettings-does-not-update-syncSlicers-visible-in-View-mode/m-p/5275319#M65308</guid>
      <dc:creator>Murtaza_Ghafoor</dc:creator>
      <dc:date>2026-07-07T05:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: updateSettings does not update syncSlicers.visible in View mode for Power BI Embedded reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/updateSettings-does-not-update-syncSlicers-visible-in-View-mode/m-p/5278687#M65314</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1665482"&gt;@WellsFang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is consistent with how the Sync slicers pane behaves in the embed client SDK. Unlike filters or page Navigation(viewer-facing), sync slicers is an edit-mode authoring pane, so setting &amp;nbsp;syncslicers.visible = false&amp;nbsp; after returning to View mode has no effect — hence it stays "stuck."&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Recommended workaround: Hide it while still in Edit mode, before switching to View:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;----------------------------------------------------------&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;await report.updateSettings({&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;panes: { syncSlicers: { visible: false } }&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;});&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;await report.switchMode("view");&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;----------------------------------------------------------&lt;BR /&gt;Awaiting update settings before switch mode ensures the pane is hidden before the transition. &lt;BR /&gt;Alternatively, re-apply your full &amp;nbsp;panes&amp;nbsp; config as part of the mode-switch handler.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Srikanth Cheri&amp;nbsp;&lt;BR /&gt;CST Team&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 09:20:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/updateSettings-does-not-update-syncSlicers-visible-in-View-mode/m-p/5278687#M65314</guid>
      <dc:creator>v-csrikanth</dc:creator>
      <dc:date>2026-07-08T09:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: updateSettings does not update syncSlicers.visible in View mode for Power BI Embedded reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/updateSettings-does-not-update-syncSlicers-visible-in-View-mode/m-p/5289190#M65327</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1665482"&gt;@WellsFang&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;SPAN class=""&gt;We would like to inquire whether have you got the chance to check the solutions above in commiunity to resolve the issue. We hope the information provided helps to clear the query. Should you have any further queries, kindly feel free to contact the Microsoft Fabric community.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=""&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2026 04:13:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/updateSettings-does-not-update-syncSlicers-visible-in-View-mode/m-p/5289190#M65327</guid>
      <dc:creator>v-csrikanth</dc:creator>
      <dc:date>2026-07-13T04:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: updateSettings does not update syncSlicers.visible in View mode for Power BI Embedded reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/updateSettings-does-not-update-syncSlicers-visible-in-View-mode/m-p/5300077#M65351</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1665482"&gt;@WellsFang&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jul 2026 12:39:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/updateSettings-does-not-update-syncSlicers-visible-in-View-mode/m-p/5300077#M65351</guid>
      <dc:creator>v-csrikanth</dc:creator>
      <dc:date>2026-07-16T12:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: updateSettings does not update syncSlicers.visible in View mode for Power BI Embedded reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/updateSettings-does-not-update-syncSlicers-visible-in-View-mode/m-p/5302356#M65356</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;This looks like an expected limitation with Embedded reports. The Sync Slicers pane is an Edit mode feature, and updateSettings may not apply pane visibility changes once the report is back in View mode.&lt;/P&gt;&lt;P&gt;You may need to hide it before switching modes or handle the mode transition logic differently. If the behavior is reproducible with the latest SDK, it would be worth opening a Microsoft support ticket to confirm whether this is a bug or an unsupported scenario.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 Jul 2026 10:00:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/updateSettings-does-not-update-syncSlicers-visible-in-View-mode/m-p/5302356#M65356</guid>
      <dc:creator>masonreed11t</dc:creator>
      <dc:date>2026-07-17T10:00:10Z</dc:date>
    </item>
  </channel>
</rss>

