<?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 EmbedURL-multiple filters in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-EmbedURL-multiple-filters/m-p/51512#M1570</link>
    <description>&lt;P&gt;i still did not got it work yet but checkout the demo folder&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bower install powerbi-client#2.0.0-beta.8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;michael&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2016 10:07:52 GMT</pubDate>
    <dc:creator>kobaldm</dc:creator>
    <dc:date>2016-07-20T10:07:52Z</dc:date>
    <item>
      <title>Power BI EmbedURL-multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-EmbedURL-multiple-filters/m-p/47350#M1445</link>
      <description>&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;DIV class="vote"&gt;&lt;SPAN class="vote-count-post "&gt;0&lt;/SPAN&gt;&lt;A title="This question does not show any research effort; it is unclear or not useful" target="_blank"&gt;down vote&lt;/A&gt;&lt;A title="Click to mark as favorite question (click again to undo)" href="http://stackoverflow.com/questions/37943885/power-bi-embed-url-multiple-filters?noredirect=1" target="_blank"&gt;favorite&lt;/A&gt;&lt;DIV class="favoritecount"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;TD&gt;&lt;DIV&gt;&lt;DIV class="post-text"&gt;&lt;P&gt;I have been trying to filter my embedded PBI report using the filter query syntax:&lt;/P&gt;&lt;P&gt;&amp;amp;$filter={tableName/fieldName} eq '{fieldValue}'&lt;/P&gt;&lt;P&gt;and this works for me. However, when I apply more than one filter, the filters are disregarded.&lt;/P&gt;&lt;P&gt;Is there a way to add multiple filters in the Power BI embed URL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also,I have this web app in which I am trying to display a report from my Power BI service. For that, I am using the URL which I received from the reports API. Is it possible to add multiple filters to this URL?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Sun, 03 Jul 2016 08:25:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-EmbedURL-multiple-filters/m-p/47350#M1445</guid>
      <dc:creator>aadrika</dc:creator>
      <dc:date>2016-07-03T08:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI EmbedURL-multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-EmbedURL-multiple-filters/m-p/48924#M1508</link>
      <description>&lt;P&gt;Hi&amp;nbsp;aadrika,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on my research, the URL is&amp;nbsp;&lt;SPAN&gt;based on the &lt;/SPAN&gt;&lt;A title="" href="http://go.microsoft.com/fwlink/p/?LinkId=214805" target="_blank"&gt;Open Data Protocol&lt;/A&gt;&lt;SPAN&gt; (OData). For details on the filter system query option (&lt;/SPAN&gt;&lt;STRONG&gt;$filter&lt;/STRONG&gt;&lt;SPAN&gt;), you may visit the &lt;/SPAN&gt;&lt;A title="" href="http://go.microsoft.com/fwlink/p/?LinkId=214806" target="_blank"&gt;OData URI Conventions specification&lt;/A&gt;&amp;nbsp;and have a try.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jul 2016 06:05:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-EmbedURL-multiple-filters/m-p/48924#M1508</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2016-07-10T06:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI EmbedURL-multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-EmbedURL-multiple-filters/m-p/50861#M1555</link>
      <description>&lt;P&gt;As of today PowerBI Embedded supports only one&amp;nbsp;expression in a filter, so something like 'ID eq 5 and Number gt 6' is NOT supported.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See my stackoverflow question and answer by a PowerBI engineer:&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/38366420/power-bi-embedded-odata-filter" target="_blank"&gt;http://stackoverflow.com/questions/38366420/power-bi-embedded-odata-filter&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2016 12:03:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-EmbedURL-multiple-filters/m-p/50861#M1555</guid>
      <dc:creator>akagiz</dc:creator>
      <dc:date>2016-07-18T12:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI EmbedURL-multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-EmbedURL-multiple-filters/m-p/51512#M1570</link>
      <description>&lt;P&gt;i still did not got it work yet but checkout the demo folder&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;bower install powerbi-client#2.0.0-beta.8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;michael&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 10:07:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-EmbedURL-multiple-filters/m-p/51512#M1570</guid>
      <dc:creator>kobaldm</dc:creator>
      <dc:date>2016-07-20T10:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI EmbedURL-multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-EmbedURL-multiple-filters/m-p/51646#M1576</link>
      <description>&lt;P&gt;We are working on a new client side API which will allow for a lot more filtering. I mention it in this blog post: &lt;A href="https://powerbi.microsoft.com/en-us/blog/what-s-new-and-what-s-next-for-power-bi-embedded-july-2016/" target="_self"&gt;https://powerbi.microsoft.com/en-us/blog/what-s-new-and-what-s-next-for-power-bi-embedded-july-2016/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 16:48:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-EmbedURL-multiple-filters/m-p/51646#M1576</guid>
      <dc:creator>jocaplan-MSFT</dc:creator>
      <dc:date>2016-07-20T16:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI EmbedURL-multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-EmbedURL-multiple-filters/m-p/51681#M1578</link>
      <description>&lt;P&gt;i guess you refer to the 2.0 beta.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would be glad to test it. but still no luck. Any small hint ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;see my post&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.powerbi.com/t5/Developer/PowerBI-Client-2-0-beta-testing/m-p/51504#U51504" target="_blank"&gt;http://community.powerbi.com/t5/Developer/PowerBI-Client-2-0-beta-testing/m-p/51504#U51504&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 18:25:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-EmbedURL-multiple-filters/m-p/51681#M1578</guid>
      <dc:creator>kobaldm</dc:creator>
      <dc:date>2016-07-20T18:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI EmbedURL-multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-EmbedURL-multiple-filters/m-p/51691#M1581</link>
      <description>&lt;P&gt;is there a way to install the beta for asp.net mvc, nuget?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 18:47:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-EmbedURL-multiple-filters/m-p/51691#M1581</guid>
      <dc:creator>akagiz</dc:creator>
      <dc:date>2016-07-20T18:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI EmbedURL-multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-EmbedURL-multiple-filters/m-p/51987#M1601</link>
      <description>&lt;P&gt;Which beta?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 15:57:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-EmbedURL-multiple-filters/m-p/51987#M1601</guid>
      <dc:creator>jocaplan-MSFT</dc:creator>
      <dc:date>2016-07-21T15:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI EmbedURL-multiple filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-EmbedURL-multiple-filters/m-p/52003#M1603</link>
      <description>&lt;P&gt;This one&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Microsoft/PowerBI-JavaScript/tree/dev" target="_blank"&gt;https://github.com/Microsoft/PowerBI-JavaScript/tree/dev&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 16:45:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-EmbedURL-multiple-filters/m-p/52003#M1603</guid>
      <dc:creator>akagiz</dc:creator>
      <dc:date>2016-07-21T16:45:56Z</dc:date>
    </item>
  </channel>
</rss>

