<?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: Embedded Tile Filter Management in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Tile-Filter-Management/m-p/1691351#M28104</link>
    <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;AFAIK, current Power BI JavaScript&amp;nbsp;not supported filtering Dashboards and Tiles.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Did you embed your dashboard into the power apps(Canvas apps) that you can use power app features to do advanced operations with embedded contents? If you change the type part to other supported values, did these function works?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Notice: power apps and power bi apps are different products and host on different platforms.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Feb 2021 07:52:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-02-26T07:52:24Z</dc:date>
    <item>
      <title>Embedded Tile Filter Management</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Tile-Filter-Management/m-p/1687038#M28062</link>
      <description>&lt;P&gt;Is there a straightforward way to programmatically filter individual embedded tiles? I'm trying to follow this:&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-power-bi-tile" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/controls/control-power-bi-tile&lt;/A&gt;&amp;nbsp;but the syntax including table name and column name doesn't seem to work for me--double checked capitalization etc. against Power BI desktop model view, but there is no change in my embedded tile. I'm even trying to set an initial value and that's not working, is programmatically managing filter state on individual tiles simply forbidden?&lt;BR /&gt;&lt;BR /&gt;some code to illustrate my point--front end:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;                    let filter = {
                        $schema: "http://powerbi.com/product/schema#basic",
                        target: {
                          table: "Data",
                          column: "Company"
                        },
                        values: ["Apple"],
                        filterType: 1, // pbi.models.FilterType.BasicFilter
                        requireSingleSelection: true // Limits selection of values to one.
                    }

                    const embedConfiguration: IEmbedConfiguration = {
                        type: "tile",
                        tokenType: models.TokenType.Embed,
                        accessToken,
                        embedUrl,
                        id: tileId,
                        dashboardId: dashboardId,
                        filters: [filter],
                    };&lt;/LI-CODE&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;and then using an embed url of&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;https://app.powerbi.com/embed?dashboardId=myDashboardId&amp;amp;tileId=myTileId&amp;amp;config=myConfig&amp;amp;$filter=Data/Company eq 'Apple'&lt;/LI-CODE&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;, and yet I cannot see the effect of either of these efforts. Am I doing it wrong? Is there a better option?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 15:45:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Tile-Filter-Management/m-p/1687038#M28062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-24T15:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Tile Filter Management</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Tile-Filter-Management/m-p/1691351#M28104</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;@Anonymous&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;AFAIK, current Power BI JavaScript&amp;nbsp;not supported filtering Dashboards and Tiles.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Did you embed your dashboard into the power apps(Canvas apps) that you can use power app features to do advanced operations with embedded contents? If you change the type part to other supported values, did these function works?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Notice: power apps and power bi apps are different products and host on different platforms.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 07:52:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Tile-Filter-Management/m-p/1691351#M28104</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-26T07:52:24Z</dc:date>
    </item>
  </channel>
</rss>

