<?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: Passing Multiple Parameter filters in Power BI Embedded in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Multiple-Parameter-filters-in-Power-BI-Embedded/m-p/130051#M4473</link>
    <description>&lt;P&gt;Hi &lt;A title="" href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17166" target="_self"&gt;&lt;SPAN class=""&gt;alihamud&lt;/SPAN&gt;&lt;/A&gt;, I have used the method described by you for filtering the report based on 2 columns from 2 different tables. However, combined these filterts not work whereas the separate filters work fine. Following is my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;basicFilter = [&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;$schema: "&lt;A href="http://powerbi.com/product/schema#basic" target="_blank"&gt;http://powerbi.com/product/schema#basic&lt;/A&gt;",&lt;BR /&gt;target: {&lt;BR /&gt;table: "xyz",&lt;BR /&gt;column: "department_id"&lt;BR /&gt;},&lt;BR /&gt;operator: 'In',&lt;BR /&gt;values: [@ViewBag.DepartmentID]&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;$schema: "&lt;A href="http://powerbi.com/product/schema#basic" target="_blank"&gt;http://powerbi.com/product/schema#basic&lt;/A&gt;",&lt;BR /&gt;target: {&lt;BR /&gt;table: "abc",&lt;BR /&gt;column: "department_id"&lt;BR /&gt;},&lt;BR /&gt;operator: 'In',&lt;BR /&gt;values: [@ViewBag.DepartmentID]&lt;BR /&gt;}&lt;BR /&gt;]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I only apply the filter for table xyz/abc, it works fine. It seems so that combining filters is an issue. Please help&lt;/P&gt;</description>
    <pubDate>Fri, 24 Feb 2017 09:38:06 GMT</pubDate>
    <dc:creator>zq</dc:creator>
    <dc:date>2017-02-24T09:38:06Z</dc:date>
    <item>
      <title>Passing Multiple Parameter filters in Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Multiple-Parameter-filters-in-Power-BI-Embedded/m-p/82093#M2910</link>
      <description>&lt;P&gt;I developed an MVC application and i am able to pass one parameter in a filter dynamically to PowerBI embedded which is working.&lt;/P&gt;&lt;P&gt;ie $filter={table1/column}. However I want to be able to pass multiple PBI tables and columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible in Power BI embedded and can it be passed dynamically? ie: $filter={table1/column1}&amp;amp;{table2/column2}..&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2016 13:36:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Passing-Multiple-Parameter-filters-in-Power-BI-Embedded/m-p/82093#M2910</guid>
      <dc:creator>codjangmah</dc:creator>
      <dc:date>2016-10-25T13:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multiple Parameter filters in Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Multiple-Parameter-filters-in-Power-BI-Embedded/m-p/82497#M2927</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/16016"&gt;@codjangmah﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is impossible to pass more than one filter that way, as far as I know. &lt;BR /&gt;You can check the advanced filter in the newly released JS API, see &lt;A href="https://powerbi.microsoft.com/en-us/blog/intro-pbi-js-api/" target="_self"&gt;Introducing the new Power BI JavaScript API&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 09:24:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Passing-Multiple-Parameter-filters-in-Power-BI-Embedded/m-p/82497#M2927</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2016-10-26T09:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multiple Parameter filters in Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Multiple-Parameter-filters-in-Power-BI-Embedded/m-p/82586#M2932</link>
      <description>&lt;P&gt;Sad that this feature is pending from a long time and so many people are asking for this feature. I am wondering my Power BI team is not considering this request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/6971"&gt;@Eric_Zhang﻿&lt;/a&gt;&amp;nbsp;Power BI Javascript is for only Power BI Embedded(azure service) or this can be used for integrating reports using Rest API using Power BI Embedded(azure service)&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 13:44:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Passing-Multiple-Parameter-filters-in-Power-BI-Embedded/m-p/82586#M2932</guid>
      <dc:creator>Sunkari</dc:creator>
      <dc:date>2016-10-26T13:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multiple Parameter filters in Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Multiple-Parameter-filters-in-Power-BI-Embedded/m-p/88378#M3133</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/16016"&gt;@codjangmah﻿&lt;/a&gt;: One workaround can be to concatenate the two fields and pass it as a filter.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2016 13:16:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Passing-Multiple-Parameter-filters-in-Power-BI-Embedded/m-p/88378#M3133</guid>
      <dc:creator>piyush</dc:creator>
      <dc:date>2016-11-10T13:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multiple Parameter filters in Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Multiple-Parameter-filters-in-Power-BI-Embedded/m-p/91511#M3241</link>
      <description>&lt;P&gt;Can you please give an example and how will powerbi know how to process the filter you pass in if its concatenated?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 15:44:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Passing-Multiple-Parameter-filters-in-Power-BI-Embedded/m-p/91511#M3241</guid>
      <dc:creator>codjangmah</dc:creator>
      <dc:date>2016-11-18T15:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multiple Parameter filters in Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Multiple-Parameter-filters-in-Power-BI-Embedded/m-p/91799#M3249</link>
      <description>&lt;P&gt;you can use the JavaScript SDK&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Microsoft/PowerBI-javascript" target="_blank"&gt;https://github.com/Microsoft/PowerBI-javascript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here is an example:&lt;/P&gt;&lt;P&gt;setting three filters on three column with multiple values:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filters1 = [&lt;BR /&gt;{&lt;BR /&gt;"$schema": "&lt;A href="http://powerbi.com/product/schema#advanced" target="_blank"&gt;http://powerbi.com/product/schema#advanced&lt;/A&gt;",&lt;BR /&gt;"target": {&lt;BR /&gt;"table": "Date",&lt;BR /&gt;"column": "Date"&lt;BR /&gt;},&lt;BR /&gt;"logicalOperator": "And",&lt;BR /&gt;"conditions": [&lt;BR /&gt;{&lt;BR /&gt;"operator": "GreaterThan",&lt;BR /&gt;"value": "2014-04-11T21:00:00.000Z"&lt;BR /&gt;}&lt;BR /&gt;]&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"$schema": "&lt;A href="http://powerbi.com/product/schema#basic" target="_blank"&gt;http://powerbi.com/product/schema#basic&lt;/A&gt;",&lt;BR /&gt;"target": {&lt;BR /&gt;"table": "Department",&lt;BR /&gt;"column": "Department"&lt;BR /&gt;},&lt;BR /&gt;"operator": "NotIn",&lt;BR /&gt;"values": [&lt;BR /&gt;396,&lt;BR /&gt;395,&lt;BR /&gt;399&lt;BR /&gt;]&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"$schema": "&lt;A href="http://powerbi.com/product/schema#basic" target="_blank"&gt;http://powerbi.com/product/schema#basic&lt;/A&gt;",&lt;BR /&gt;"target": {&lt;BR /&gt;"table": "Business Area",&lt;BR /&gt;"column": "Business Area"&lt;BR /&gt;},&lt;BR /&gt;"operator": "In",&lt;BR /&gt;"values": [&lt;BR /&gt;"R&amp;amp;D"&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;]&lt;/P&gt;&lt;P&gt;report.setFilters(filters1)&lt;BR /&gt;.then(function (result) {&lt;BR /&gt;$("#result").html("Done.&lt;BR /&gt;" + JSON.stringify(result));&lt;BR /&gt;})&lt;BR /&gt;.catch(function (errors) {&lt;BR /&gt;$("#result").html("Error.&lt;BR /&gt;" + JSON.stringify(errors));&lt;BR /&gt;});&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2016 12:05:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Passing-Multiple-Parameter-filters-in-Power-BI-Embedded/m-p/91799#M3249</guid>
      <dc:creator>alihamud</dc:creator>
      <dc:date>2016-11-20T12:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multiple Parameter filters in Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Multiple-Parameter-filters-in-Power-BI-Embedded/m-p/91800#M3250</link>
      <description>&lt;P&gt;you can do that using the PowerBI Javascript SDK&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Microsoft/PowerBI-javascript" target="_blank"&gt;https://github.com/Microsoft/PowerBI-javascript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example: setting filters for three columns with multiple values:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;filters1 = [{&lt;BR /&gt;"$schema": "&lt;A href="http://powerbi.com/product/schema#advanced" target="_blank"&gt;http://powerbi.com/product/schema#advanced&lt;/A&gt;",&lt;BR /&gt;"target": {&lt;BR /&gt;"table": "Date",&lt;BR /&gt;"column": "Date"&lt;BR /&gt;},&lt;BR /&gt;"logicalOperator": "And",&lt;BR /&gt;"conditions": [{&lt;BR /&gt;"operator": "GreaterThan",&lt;BR /&gt;"value": "2014-04-11T21:00:00.000Z"&lt;BR /&gt;}]&lt;BR /&gt;}, {&lt;BR /&gt;"$schema": "&lt;A href="http://powerbi.com/product/schema#basic" target="_blank"&gt;http://powerbi.com/product/schema#basic&lt;/A&gt;",&lt;BR /&gt;"target": {&lt;BR /&gt;"table": "Department",&lt;BR /&gt;"column": "Department"&lt;BR /&gt;},&lt;BR /&gt;"operator": "NotIn",&lt;BR /&gt;"values": [&lt;BR /&gt;396,&lt;BR /&gt;395,&lt;BR /&gt;399&lt;BR /&gt;]&lt;BR /&gt;}, {&lt;BR /&gt;"$schema": "&lt;A href="http://powerbi.com/product/schema#basic" target="_blank"&gt;http://powerbi.com/product/schema#basic&lt;/A&gt;",&lt;BR /&gt;"target": {&lt;BR /&gt;"table": "Business Area",&lt;BR /&gt;"column": "Business Area"&lt;BR /&gt;},&lt;BR /&gt;"operator": "In",&lt;BR /&gt;"values": [&lt;BR /&gt;"R&amp;amp;D"&lt;BR /&gt;]&lt;BR /&gt;}]&lt;/P&gt;&lt;P&gt;report.setFilters(filters1)&lt;BR /&gt;.then(function(result) {&lt;BR /&gt;$("#result").html("Done.&lt;BR /&gt;" + JSON.stringify(result));&lt;BR /&gt;})&lt;BR /&gt;.catch(function(errors) {&lt;BR /&gt;$("#result").html("Error.&lt;BR /&gt;" + JSON.stringify(errors));&lt;BR /&gt;});&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2016 12:10:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Passing-Multiple-Parameter-filters-in-Power-BI-Embedded/m-p/91800#M3250</guid>
      <dc:creator>alihamud</dc:creator>
      <dc:date>2016-11-20T12:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multiple Parameter filters in Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Multiple-Parameter-filters-in-Power-BI-Embedded/m-p/91902#M3255</link>
      <description>&lt;P&gt;Thanks Allmud.. Very helpful guide.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2016 04:04:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Passing-Multiple-Parameter-filters-in-Power-BI-Embedded/m-p/91902#M3255</guid>
      <dc:creator>codjangmah</dc:creator>
      <dc:date>2016-11-21T04:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multiple Parameter filters in Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Passing-Multiple-Parameter-filters-in-Power-BI-Embedded/m-p/130051#M4473</link>
      <description>&lt;P&gt;Hi &lt;A title="" href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/17166" target="_self"&gt;&lt;SPAN class=""&gt;alihamud&lt;/SPAN&gt;&lt;/A&gt;, I have used the method described by you for filtering the report based on 2 columns from 2 different tables. However, combined these filterts not work whereas the separate filters work fine. Following is my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;basicFilter = [&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;$schema: "&lt;A href="http://powerbi.com/product/schema#basic" target="_blank"&gt;http://powerbi.com/product/schema#basic&lt;/A&gt;",&lt;BR /&gt;target: {&lt;BR /&gt;table: "xyz",&lt;BR /&gt;column: "department_id"&lt;BR /&gt;},&lt;BR /&gt;operator: 'In',&lt;BR /&gt;values: [@ViewBag.DepartmentID]&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;$schema: "&lt;A href="http://powerbi.com/product/schema#basic" target="_blank"&gt;http://powerbi.com/product/schema#basic&lt;/A&gt;",&lt;BR /&gt;target: {&lt;BR /&gt;table: "abc",&lt;BR /&gt;column: "department_id"&lt;BR /&gt;},&lt;BR /&gt;operator: 'In',&lt;BR /&gt;values: [@ViewBag.DepartmentID]&lt;BR /&gt;}&lt;BR /&gt;]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I only apply the filter for table xyz/abc, it works fine. It seems so that combining filters is an issue. Please help&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2017 09:38:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Passing-Multiple-Parameter-filters-in-Power-BI-Embedded/m-p/130051#M4473</guid>
      <dc:creator>zq</dc:creator>
      <dc:date>2017-02-24T09:38:06Z</dc:date>
    </item>
  </channel>
</rss>

