<?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 API - Inherit Report Filter Pane Visibility From PowerBI Report in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-API-Inherit-Report-Filter-Pane-Visibility-From-PowerBI/m-p/1256554#M24966</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Appears something has changed in the last few weeks and was just brought to my attention.&lt;/P&gt;&lt;P&gt;Historically, I would set my config to the below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var config = {
                type: 'report',
                accessToken: accessToken,
                embedUrl: embedUrl,
                id: embedReportId,
                permissions: models.Permissions.All,

                settings: {
                    filterPaneEnabled: true,
                    navContentPaneEnabled: true,
                },
                bookmark: {
                    state: "@Html.Raw(Model.BookmarkState)"
                }
            };&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By doing this, the filter pane would only appear when the report was set to show the filter pane. Unfortuantely, now the filter pane is visible for all reports. I removed filterPaneEnabled from the config file hoping that would then inherit the permission from the PowerBI Report, but removing it appears to now show the filter pane too. If I set filterPaneEnabled: false, then the filter pane is no longer visible.&lt;/P&gt;&lt;P&gt;I've confirmed that the report developers are setting the eye icon in powerbi desktop to not show the filter pane. Additionally, I can see that the powerbi website is suppressing the filter panes as expected.&lt;/P&gt;&lt;P&gt;Unfortunately, I cannot suppress all filter panes because some reports require it. Hoping to find a solution that will inherit the filter pane visibility from the report so that I do not need to add the flag to the database as it'll be one more thing that would need set/updated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Much appreciated!&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jul 2020 15:59:24 GMT</pubDate>
    <dc:creator>powerbi_</dc:creator>
    <dc:date>2020-07-28T15:59:24Z</dc:date>
    <item>
      <title>PowerBI API - Inherit Report Filter Pane Visibility From PowerBI Report</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/PowerBI-API-Inherit-Report-Filter-Pane-Visibility-From-PowerBI/m-p/1256554#M24966</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Appears something has changed in the last few weeks and was just brought to my attention.&lt;/P&gt;&lt;P&gt;Historically, I would set my config to the below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var config = {
                type: 'report',
                accessToken: accessToken,
                embedUrl: embedUrl,
                id: embedReportId,
                permissions: models.Permissions.All,

                settings: {
                    filterPaneEnabled: true,
                    navContentPaneEnabled: true,
                },
                bookmark: {
                    state: "@Html.Raw(Model.BookmarkState)"
                }
            };&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By doing this, the filter pane would only appear when the report was set to show the filter pane. Unfortuantely, now the filter pane is visible for all reports. I removed filterPaneEnabled from the config file hoping that would then inherit the permission from the PowerBI Report, but removing it appears to now show the filter pane too. If I set filterPaneEnabled: false, then the filter pane is no longer visible.&lt;/P&gt;&lt;P&gt;I've confirmed that the report developers are setting the eye icon in powerbi desktop to not show the filter pane. Additionally, I can see that the powerbi website is suppressing the filter panes as expected.&lt;/P&gt;&lt;P&gt;Unfortunately, I cannot suppress all filter panes because some reports require it. Hoping to find a solution that will inherit the filter pane visibility from the report so that I do not need to add the flag to the database as it'll be one more thing that would need set/updated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Much appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 15:59:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/PowerBI-API-Inherit-Report-Filter-Pane-Visibility-From-PowerBI/m-p/1256554#M24966</guid>
      <dc:creator>powerbi_</dc:creator>
      <dc:date>2020-07-28T15:59:24Z</dc:date>
    </item>
  </channel>
</rss>

