<?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 Hiding filter pane when using filters in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Hiding-filter-pane-when-using-filters/m-p/730747#M19873</link>
    <description>&lt;P&gt;Hello, I'm a developer (and in no way a Power BI expert) working on a Vue JS / TypeScript app using the&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;powerbi-client v2.7.3&lt;/STRONG&gt; library for embedding Power BI reports. Below is the config being used to embed reports:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;const &lt;/SPAN&gt;embedConfiguration = {&lt;BR /&gt;    &lt;SPAN&gt;type&lt;/SPAN&gt;: &lt;SPAN&gt;'report'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;id&lt;/SPAN&gt;: &lt;SPAN&gt;this&lt;/SPAN&gt;.&lt;SPAN&gt;report&lt;/SPAN&gt;.&lt;SPAN&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;embedUrl&lt;/SPAN&gt;: &lt;SPAN&gt;this&lt;/SPAN&gt;.&lt;SPAN&gt;embeddedReportUrl&lt;/SPAN&gt;&lt;SPAN&gt;, // This will optionally include a filter parameter if the user has navigated to a filtered report&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;tokenType&lt;/SPAN&gt;: PBI.models.TokenType.&lt;SPAN&gt;Aad&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;accessToken&lt;/SPAN&gt;: &lt;SPAN&gt;this&lt;/SPAN&gt;.&lt;SPAN&gt;powerBiAccessToken&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;permissions&lt;/SPAN&gt;: PBI.models.Permissions.&lt;SPAN&gt;All&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;settings&lt;/SPAN&gt;: {&lt;BR /&gt;        &lt;SPAN&gt;filterPaneEnabled&lt;/SPAN&gt;: &lt;SPAN&gt;false, // This works, but only if the filter string is not specified in the embedUrl&lt;BR /&gt;&lt;/SPAN&gt;    }&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;}&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm displaying reports in an unfiltered state, which works fine, and the filter pane is hidden as per the above config. However when I pass a filter string into that embed URL the filter pane is there and the user is free to interact with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'd like is for the filter pane to be hidden permanently, regardless of the filters applied. I've not found anything online that suggests this is possible, except the &lt;A href="https://docs.microsoft.com/en-us/power-bi/power-bi-report-filter-preview" target="_blank" rel="noopener"&gt;filters preview&lt;/A&gt; but given that's subject to change we're not willing to use it on our production platform.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a horrible feeling this just isn't possible until the new filters pane escapes the preview stage, but if anyone can tell me otherwise I'd be massively thankful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jul 2019 10:51:33 GMT</pubDate>
    <dc:creator>PaulZPG</dc:creator>
    <dc:date>2019-07-03T10:51:33Z</dc:date>
    <item>
      <title>Hiding filter pane when using filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Hiding-filter-pane-when-using-filters/m-p/730747#M19873</link>
      <description>&lt;P&gt;Hello, I'm a developer (and in no way a Power BI expert) working on a Vue JS / TypeScript app using the&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;powerbi-client v2.7.3&lt;/STRONG&gt; library for embedding Power BI reports. Below is the config being used to embed reports:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;const &lt;/SPAN&gt;embedConfiguration = {&lt;BR /&gt;    &lt;SPAN&gt;type&lt;/SPAN&gt;: &lt;SPAN&gt;'report'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;id&lt;/SPAN&gt;: &lt;SPAN&gt;this&lt;/SPAN&gt;.&lt;SPAN&gt;report&lt;/SPAN&gt;.&lt;SPAN&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;embedUrl&lt;/SPAN&gt;: &lt;SPAN&gt;this&lt;/SPAN&gt;.&lt;SPAN&gt;embeddedReportUrl&lt;/SPAN&gt;&lt;SPAN&gt;, // This will optionally include a filter parameter if the user has navigated to a filtered report&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;tokenType&lt;/SPAN&gt;: PBI.models.TokenType.&lt;SPAN&gt;Aad&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;accessToken&lt;/SPAN&gt;: &lt;SPAN&gt;this&lt;/SPAN&gt;.&lt;SPAN&gt;powerBiAccessToken&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;permissions&lt;/SPAN&gt;: PBI.models.Permissions.&lt;SPAN&gt;All&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;settings&lt;/SPAN&gt;: {&lt;BR /&gt;        &lt;SPAN&gt;filterPaneEnabled&lt;/SPAN&gt;: &lt;SPAN&gt;false, // This works, but only if the filter string is not specified in the embedUrl&lt;BR /&gt;&lt;/SPAN&gt;    }&lt;SPAN&gt;,&lt;BR /&gt;&lt;/SPAN&gt;}&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm displaying reports in an unfiltered state, which works fine, and the filter pane is hidden as per the above config. However when I pass a filter string into that embed URL the filter pane is there and the user is free to interact with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I'd like is for the filter pane to be hidden permanently, regardless of the filters applied. I've not found anything online that suggests this is possible, except the &lt;A href="https://docs.microsoft.com/en-us/power-bi/power-bi-report-filter-preview" target="_blank" rel="noopener"&gt;filters preview&lt;/A&gt; but given that's subject to change we're not willing to use it on our production platform.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a horrible feeling this just isn't possible until the new filters pane escapes the preview stage, but if anyone can tell me otherwise I'd be massively thankful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 10:51:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Hiding-filter-pane-when-using-filters/m-p/730747#M19873</guid>
      <dc:creator>PaulZPG</dc:creator>
      <dc:date>2019-07-03T10:51:33Z</dc:date>
    </item>
  </channel>
</rss>

