<?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: Filter on tiles using the new Embedding api in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Filter-on-tiles-using-the-new-Embedding-api/m-p/605134#M18287</link>
    <description>&lt;P&gt;Hey,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you figure out how to do this? I am also trying to do the same but when I apply filters on the Visual I get an error like &lt;STRONG&gt;"Setting Visual Level filters is not Supported".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appricieated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jan 2019 12:20:41 GMT</pubDate>
    <dc:creator>harigovind511</dc:creator>
    <dc:date>2019-01-21T12:20:41Z</dc:date>
    <item>
      <title>Filter on tiles using the new Embedding api</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Filter-on-tiles-using-the-new-Embedding-api/m-p/197494#M6281</link>
      <description>&lt;P&gt;I am using the new emedding api and i want to embedd tiles on an external webpage. However i need to apply a filter to the tiles, for example &lt;EM&gt;TableA/ColumnB = "ABC"&amp;nbsp;&lt;/EM&gt;but i am unable to do this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am doing it by&amp;nbsp;adding a filter-property to my config according to &lt;A href="https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embed-Configuration-Details" target="_self"&gt;https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embed-Configuration-Details&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;filters: [
            {
                target: {
                    table: "TableA",
                    column: "ColumnB"
                },
                operator: "In",
                values: ["ABC"]
            }
        ]&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it doesnt work. If i do the same but embedd a full report, it works perfectly. Is it not possible to add&amp;nbsp;filters to tiles?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 11:26:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Filter-on-tiles-using-the-new-Embedding-api/m-p/197494#M6281</guid>
      <dc:creator>Cleared</dc:creator>
      <dc:date>2017-06-20T11:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filter on tiles using the new Embedding api</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Filter-on-tiles-using-the-new-Embedding-api/m-p/197644#M6291</link>
      <description>&lt;P&gt;I had the same problem using the older api, I found you could add a single filter by adding&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;amp;$filter=table/column eq 'ABC'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to the iframe.src, but adding multiple filters using " and " would cause none of the filters to be applied.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Really hoping there is a solution for applying parameters to embeded tiles!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 15:27:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Filter-on-tiles-using-the-new-Embedding-api/m-p/197644#M6291</guid>
      <dc:creator>teroman</dc:creator>
      <dc:date>2017-06-20T15:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filter on tiles using the new Embedding api</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Filter-on-tiles-using-the-new-Embedding-api/m-p/198116#M6313</link>
      <description>&lt;P&gt;That does not&amp;nbsp;seem to work for me. Are you sure that this works when imbedding a tile, and not&amp;nbsp;only for full reports?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 06:28:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Filter-on-tiles-using-the-new-Embedding-api/m-p/198116#M6313</guid>
      <dc:creator>Cleared</dc:creator>
      <dc:date>2017-06-21T06:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Filter on tiles using the new Embedding api</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Filter-on-tiles-using-the-new-Embedding-api/m-p/198196#M6317</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/33495"&gt;@Cleared&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;It seems by design. If you check&amp;nbsp; &lt;A title="" href="https://github.com/Microsoft/PowerBI-JavaScript/wiki/Understanding-the-object-hierarchy" target="_self" rel="nofollow noopener noreferrer"&gt;Understanding the object hierarchy&lt;/A&gt;, you'll find NO&amp;nbsp;filter for tiles and dashboards. There're only filters for Visuals(&lt;A href="https://github.com/Microsoft/PowerBI-JavaScript/issues/116" target="_self"&gt;not implemented&lt;/A&gt;, &lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-service-dashboard-tiles/" target="_self"&gt;tiles&lt;/A&gt; are not visuals), Pages and Reports. If you'd like a filtered tile, add &lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-service-add-a-filter-to-a-report/#visual-filters-page-filters-and-report-filters" target="_self"&gt;visual level filter&lt;/A&gt; before pinning them to dashboard.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 07:52:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Filter-on-tiles-using-the-new-Embedding-api/m-p/198196#M6317</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-06-21T07:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Filter on tiles using the new Embedding api</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Filter-on-tiles-using-the-new-Embedding-api/m-p/198271#M6322</link>
      <description>&lt;P&gt;I don't think adding the filters when putting the tile on the dashboard will allow them to be changed at runtime through the api. They'll just be static values as set up when the pinning was done, is that right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What we want to do is have a selector in our app, and then apply those selections to the tile as the user clicks around.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jun 2017 09:13:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Filter-on-tiles-using-the-new-Embedding-api/m-p/198271#M6322</guid>
      <dc:creator>teroman</dc:creator>
      <dc:date>2017-06-21T09:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Filter on tiles using the new Embedding api</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Filter-on-tiles-using-the-new-Embedding-api/m-p/605134#M18287</link>
      <description>&lt;P&gt;Hey,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you figure out how to do this? I am also trying to do the same but when I apply filters on the Visual I get an error like &lt;STRONG&gt;"Setting Visual Level filters is not Supported".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is appricieated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jan 2019 12:20:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Filter-on-tiles-using-the-new-Embedding-api/m-p/605134#M18287</guid>
      <dc:creator>harigovind511</dc:creator>
      <dc:date>2019-01-21T12:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Filter on tiles using the new Embedding api</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Filter-on-tiles-using-the-new-Embedding-api/m-p/869242#M21674</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know if there are any further updates on this? We are looking to implement filtering on dashboard tiles via the API or otherwise interactivly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2019 08:45:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Filter-on-tiles-using-the-new-Embedding-api/m-p/869242#M21674</guid>
      <dc:creator>dom99</dc:creator>
      <dc:date>2019-12-09T08:45:44Z</dc:date>
    </item>
  </channel>
</rss>

