<?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: Dynamic filtering in Power BI Embedded URL in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Dynamic-filtering-in-Power-BI-Embedded-URL/m-p/198294#M6323</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/20396"&gt;@raasrini1&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to add the dynamic filtering capability to a power bi iframe URL ? My need is I have a embedded power bi report containing a table and&lt;STRONG&gt; when I &amp;nbsp;click open the URLs from the table, it opens another Published to Web or embedded report&amp;nbsp;with the filtered value from the table&lt;/STRONG&gt; . eg: Country eq 'Selected Value'.&amp;nbsp; I seen the example of oDataFilter option in URL but that dont seem to work for me, as well checked the cases where we can add the Filter in the javascripts to do the preselection. But , what I need is the ability to filter dynamically and basically the filters are to passed through the URLs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Raaju S R&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/20396"&gt;@raasrini1&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;AKAIK, there's no&amp;nbsp;completed solution for your requirement.&lt;/P&gt;
&lt;P&gt;However you can implement something similar in a embedded report via Power BI Javascript API(see &lt;A href="https://github.com/Microsoft/PowerBI-JavaScript/wiki/Handling-Events" target="_self"&gt;Handling Events--dataSelected&lt;/A&gt;).&lt;/P&gt;
&lt;PRE&gt;            report.on("dataSelected", function (event) {
                var data = event.detail;
                console.log(data);
            });&lt;/PRE&gt;
&lt;P&gt;Another promising approach(coming in future) you'd expect is drilling though pages, see introduction in &lt;A href="https://www.youtube.com/watch?v=zaVGt-IbuhU&amp;amp;t=3600s" target="_self"&gt;this video&lt;/A&gt;(starts at 59:59).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jun 2017 09:29:35 GMT</pubDate>
    <dc:creator>Eric_Zhang</dc:creator>
    <dc:date>2017-06-21T09:29:35Z</dc:date>
    <item>
      <title>Dynamic filtering in Power BI Embedded URL</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dynamic-filtering-in-Power-BI-Embedded-URL/m-p/197624#M6288</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to add the dynamic filtering capability to a power bi iframe URL ? My need is I have a embedded power bi report containing a table and when I &amp;nbsp;click open the URLs from the table, it opens another Published to Web or embedded report&amp;nbsp;with the filtered value from the table . eg: Country eq 'Selected Value'.&amp;nbsp; I seen the example of oDataFilter option in URL but that dont seem to work for me, as well checked the cases where we can add the Filter in the javascripts to do the preselection. But , what I need is the ability to filter dynamically and basically the filters are to passed through the URLs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raaju S R&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 14:57:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dynamic-filtering-in-Power-BI-Embedded-URL/m-p/197624#M6288</guid>
      <dc:creator>raasrini1</dc:creator>
      <dc:date>2017-06-20T14:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic filtering in Power BI Embedded URL</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dynamic-filtering-in-Power-BI-Embedded-URL/m-p/198294#M6323</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/20396"&gt;@raasrini1&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to add the dynamic filtering capability to a power bi iframe URL ? My need is I have a embedded power bi report containing a table and&lt;STRONG&gt; when I &amp;nbsp;click open the URLs from the table, it opens another Published to Web or embedded report&amp;nbsp;with the filtered value from the table&lt;/STRONG&gt; . eg: Country eq 'Selected Value'.&amp;nbsp; I seen the example of oDataFilter option in URL but that dont seem to work for me, as well checked the cases where we can add the Filter in the javascripts to do the preselection. But , what I need is the ability to filter dynamically and basically the filters are to passed through the URLs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help is appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Raaju S R&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/20396"&gt;@raasrini1&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;AKAIK, there's no&amp;nbsp;completed solution for your requirement.&lt;/P&gt;
&lt;P&gt;However you can implement something similar in a embedded report via Power BI Javascript API(see &lt;A href="https://github.com/Microsoft/PowerBI-JavaScript/wiki/Handling-Events" target="_self"&gt;Handling Events--dataSelected&lt;/A&gt;).&lt;/P&gt;
&lt;PRE&gt;            report.on("dataSelected", function (event) {
                var data = event.detail;
                console.log(data);
            });&lt;/PRE&gt;
&lt;P&gt;Another promising approach(coming in future) you'd expect is drilling though pages, see introduction in &lt;A href="https://www.youtube.com/watch?v=zaVGt-IbuhU&amp;amp;t=3600s" target="_self"&gt;this video&lt;/A&gt;(starts at 59:59).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 09:29:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dynamic-filtering-in-Power-BI-Embedded-URL/m-p/198294#M6323</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-06-21T09:29:35Z</dc:date>
    </item>
  </channel>
</rss>

