<?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: Power Bi javascript api report filter issue in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-Bi-javascript-api-report-filter-issue/m-p/323156#M9531</link>
    <description>&lt;P&gt;im not sure if you have solved this but I have been wondering the same thing and it seems that what you are trying to get is the 'page level' filters, the report.getFilters() only gets the 'report level' filters. you have to do report.page('{page name}').getFilters()&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2017 22:26:10 GMT</pubDate>
    <dc:creator>hoonybro90</dc:creator>
    <dc:date>2017-12-13T22:26:10Z</dc:date>
    <item>
      <title>Power Bi javascript api report filter issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-Bi-javascript-api-report-filter-issue/m-p/70036#M2307</link>
      <description>&lt;P&gt;Hi i am testing this new javascript api.&lt;/P&gt;&lt;P&gt;when i define report filters - &amp;gt; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="filter" style="width: 113px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/14342iA8E6B8CEA3B1F45C/image-size/small?v=v2&amp;amp;px=200" role="button" title="filter.PNG" alt="filter" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;filter&lt;/span&gt;&lt;/span&gt;﻿&lt;/P&gt;&lt;P&gt;And do -&amp;gt;&amp;nbsp;&lt;SPAN&gt;report.getFilters()&lt;/SPAN&gt;&amp;nbsp;then this filter is missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas ?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 14:30:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-Bi-javascript-api-report-filter-issue/m-p/70036#M2307</guid>
      <dc:creator>mikihiir</dc:creator>
      <dc:date>2016-09-20T14:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi javascript api report filter issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-Bi-javascript-api-report-filter-issue/m-p/70833#M2337</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/8497"&gt;@mikihiir﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please share more information&amp;nbsp;to clarify&amp;nbsp;this issue? And check if there is any error message in your Web Console.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 08:33:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-Bi-javascript-api-report-filter-issue/m-p/70833#M2337</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2016-09-22T08:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi javascript api report filter issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-Bi-javascript-api-report-filter-issue/m-p/70890#M2341</link>
      <description>&lt;P&gt;Hi, thanks for replying.&lt;/P&gt;&lt;P&gt;I will start from the beginning.&lt;/P&gt;&lt;P&gt;1) I have set some filters to report level &amp;nbsp;in power bi (web enviroment)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BasicLevelFiltersInBi.PNG" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/14596iFC273DEB0CCCF444/image-size/large?v=v2&amp;amp;px=999" role="button" title="BasicLevelFiltersInBi.PNG" alt="BasicLevelFiltersInBi.PNG" /&gt;&lt;/span&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;2) Now when i open this raport in my application as embedded, then i see these filters&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="embedded filters.PNG" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/14599i9D9891995EEB01D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="embedded filters.PNG" alt="embedded filters.PNG" /&gt;&lt;/span&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;3) These are the filters i get from power bi javascript api -&amp;gt; report.getFilters()&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="onlyFiltersInApplication.PNG" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/14600i98453B5BB0C418C9/image-size/large?v=v2&amp;amp;px=999" role="button" title="onlyFiltersInApplication.PNG" alt="onlyFiltersInApplication.PNG" /&gt;&lt;/span&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the problem is. I only get one filter. How can i get filters All 3 filters ? Seems that currenly filters with "no values selected" or "all values selected" , are not sent&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Sep 2016 10:01:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-Bi-javascript-api-report-filter-issue/m-p/70890#M2341</guid>
      <dc:creator>mikihiir</dc:creator>
      <dc:date>2016-09-22T10:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi javascript api report filter issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-Bi-javascript-api-report-filter-issue/m-p/71909#M2389</link>
      <description>&lt;P&gt;Anyone ? any ideas ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 10:06:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-Bi-javascript-api-report-filter-issue/m-p/71909#M2389</guid>
      <dc:creator>mikihiir</dc:creator>
      <dc:date>2016-09-26T10:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi javascript api report filter issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-Bi-javascript-api-report-filter-issue/m-p/72027#M2394</link>
      <description>&lt;P&gt;It seems like your code is overriding the existing filters it's not appending to existing filters.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry but i am not aware of java script api much&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2016 14:17:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-Bi-javascript-api-report-filter-issue/m-p/72027#M2394</guid>
      <dc:creator>Sunkari</dc:creator>
      <dc:date>2016-09-26T14:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Power Bi javascript api report filter issue</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-Bi-javascript-api-report-filter-issue/m-p/323156#M9531</link>
      <description>&lt;P&gt;im not sure if you have solved this but I have been wondering the same thing and it seems that what you are trying to get is the 'page level' filters, the report.getFilters() only gets the 'report level' filters. you have to do report.page('{page name}').getFilters()&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 22:26:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-Bi-javascript-api-report-filter-issue/m-p/323156#M9531</guid>
      <dc:creator>hoonybro90</dc:creator>
      <dc:date>2017-12-13T22:26:10Z</dc:date>
    </item>
  </channel>
</rss>

