<?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: Embed report with Filter Panel expanded in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Embed-report-with-Filter-Panel-expanded/m-p/297661#M8757</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/44446"&gt;@speedyspeedstar&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've done some digging around and I can't find any settings to support embedding a report with the filters pane already expanded. When I embed a report I get this back on the right side of my report&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filter collapsed.JPG" style="width: 156px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/68052i963F2B0715F54295/image-size/large?v=v2&amp;amp;px=999" role="button" title="filter collapsed.JPG" alt="filter collapsed.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filters expanded.JPG" style="width: 261px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/68053i70B3311CAE37B1AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="filters expanded.JPG" alt="filters expanded.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And I'd rather have this view. If there's a setting I can pass in I'd rather like to use it but I can't find one in settings/documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's what I'm currently passing into the Javascript API&lt;/P&gt;
&lt;PRE&gt;    var config = {
        type: 'report',
        id: embedReportId,
        embedUrl: embedUrl,
        filters: @Html.Raw(Model.FilterList),
        accessToken: accessToken,
        settings: {
            filterPaneEnabled: true,
            navContentPaneEnabled: true,
            localeSettings: {
                language: "en",
                formatLocale: "en-au"
            }
        }
    };&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;Is there something like "filterPaneExpanded"?&lt;/STRONG&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/44446"&gt;@speedyspeedstar&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;AFAIK, it is not supported. You can submit your&amp;nbsp;request at the &lt;A href="https://ideas.powerbi.com" target="_self"&gt;Power BI Ideas&lt;/A&gt;&amp;nbsp;and vote it up.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2017 02:03:27 GMT</pubDate>
    <dc:creator>Eric_Zhang</dc:creator>
    <dc:date>2017-11-07T02:03:27Z</dc:date>
    <item>
      <title>Embed report with Filter Panel expanded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embed-report-with-Filter-Panel-expanded/m-p/296791#M8739</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've done some digging around and I can't find any settings to support embedding a report with the filters pane already expanded. When I embed a report I get this back on the right side of my report&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filter collapsed.JPG" style="width: 156px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/68052i963F2B0715F54295/image-size/large?v=v2&amp;amp;px=999" role="button" title="filter collapsed.JPG" alt="filter collapsed.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filters expanded.JPG" style="width: 261px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/68053i70B3311CAE37B1AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="filters expanded.JPG" alt="filters expanded.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And I'd rather have this view. If there's a setting I can pass in I'd rather like to use it but I can't find one in settings/documentation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's what I'm currently passing into the Javascript API&lt;/P&gt;&lt;PRE&gt;    var config = {
        type: 'report',
        id: embedReportId,
        embedUrl: embedUrl,
        filters: @Html.Raw(Model.FilterList),
        accessToken: accessToken,
        settings: {
            filterPaneEnabled: true,
            navContentPaneEnabled: true,
            localeSettings: {
                language: "en",
                formatLocale: "en-au"
            }
        }
    };&lt;/PRE&gt;&lt;P&gt;Is there something like "filterPaneExpanded"?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 05:53:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embed-report-with-Filter-Panel-expanded/m-p/296791#M8739</guid>
      <dc:creator>speedyspeedstar</dc:creator>
      <dc:date>2017-11-06T05:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Embed report with Filter Panel expanded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embed-report-with-Filter-Panel-expanded/m-p/297661#M8757</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/44446"&gt;@speedyspeedstar&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've done some digging around and I can't find any settings to support embedding a report with the filters pane already expanded. When I embed a report I get this back on the right side of my report&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filter collapsed.JPG" style="width: 156px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/68052i963F2B0715F54295/image-size/large?v=v2&amp;amp;px=999" role="button" title="filter collapsed.JPG" alt="filter collapsed.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filters expanded.JPG" style="width: 261px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/68053i70B3311CAE37B1AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="filters expanded.JPG" alt="filters expanded.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And I'd rather have this view. If there's a setting I can pass in I'd rather like to use it but I can't find one in settings/documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's what I'm currently passing into the Javascript API&lt;/P&gt;
&lt;PRE&gt;    var config = {
        type: 'report',
        id: embedReportId,
        embedUrl: embedUrl,
        filters: @Html.Raw(Model.FilterList),
        accessToken: accessToken,
        settings: {
            filterPaneEnabled: true,
            navContentPaneEnabled: true,
            localeSettings: {
                language: "en",
                formatLocale: "en-au"
            }
        }
    };&lt;/PRE&gt;
&lt;P&gt;&lt;STRONG&gt;Is there something like "filterPaneExpanded"?&lt;/STRONG&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/44446"&gt;@speedyspeedstar&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;AFAIK, it is not supported. You can submit your&amp;nbsp;request at the &lt;A href="https://ideas.powerbi.com" target="_self"&gt;Power BI Ideas&lt;/A&gt;&amp;nbsp;and vote it up.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 02:03:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embed-report-with-Filter-Panel-expanded/m-p/297661#M8757</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-11-07T02:03:27Z</dc:date>
    </item>
  </channel>
</rss>

