<?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 Embedded in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded/m-p/247792#M7708</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/33823"&gt;@shwetak&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Your code looks good. I can reproduce the same issue at the moment I post.&lt;/P&gt;
&lt;P&gt;I've consult internally and it turns out a known issue, the product team is working on a fix. Thanks for your reporting and patience. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Sep 2017 02:23:16 GMT</pubDate>
    <dc:creator>Eric_Zhang</dc:creator>
    <dc:date>2017-09-08T02:23:16Z</dc:date>
    <item>
      <title>Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded/m-p/247141#M7698</link>
      <description>&lt;P&gt;I have published report &amp;amp; embedded&amp;nbsp;it in my HTML&amp;nbsp;snippet. which works fine at the initial level. data loads perfectly. Getting issue when trying to apply filters on it.&lt;/P&gt;&lt;P&gt;Below is my code,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;script&amp;gt;
		var txtAccessToken = 'eyJrIjoiOTQ2OWMzMTgtODdlMi00YTlmLTljYjUtYTc2MDcxYmM2ZDUxIiwidCI6IjhhZDJkNjdmLWY4NjQtNDkzZi1iN2I5LWI2ODEzODU0N2JlMSJ9';
		var txtEmbedUrl = 'https://app.powerbi.com/view?r=eyJrIjoiOTQ2OWMzMTgtODdlMi00YTlmLTljYjUtYTc2MDcxYmM2ZDUxIiwidCI6IjhhZDJkNjdmLWY4NjQtNDkzZi1iN2I5LWI2ODEzODU0N2JlMSJ9';
		var txtEmbedReportId = 'ae9dba68-2335-47e5-bd25-f733d76803bc';
		 
		var models = window['powerbi-client'].models;
		var permissions = models.Permissions.All;
		
		var config= {
			type: 'report',
			accessToken: txtAccessToken,
			embedUrl: txtEmbedUrl,
			id: txtEmbedReportId,
			permissions: permissions,
			settings: {
				filterPaneEnabled: true,
				navContentPaneEnabled: true
			}
		};
		 
		
		
		var reportContainer = $('#reportContainer')[0];
		var report = powerbi.embed(reportContainer, config);
		
		 const filter = {
			  $schema: "http://powerbi.com/product/schema#basic",
			  target: {
				table: "Query1",
				column: "id"
			  },
			  operator: "In",
			  values: [80]
		};
		var reports = powerbi.embeds[0];
            if (reports) {
                reports.setFilters([filter])
                    .then(function (result) {
                        console.log(result);
                    })
                    .catch(function (errors) {
                        console.log(errors);
                    });
            }
 &amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in Advance, Let me know what I am missing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 06:39:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded/m-p/247141#M7698</guid>
      <dc:creator>shwetak</dc:creator>
      <dc:date>2017-09-07T06:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded/m-p/247792#M7708</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/33823"&gt;@shwetak&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Your code looks good. I can reproduce the same issue at the moment I post.&lt;/P&gt;
&lt;P&gt;I've consult internally and it turns out a known issue, the product team is working on a fix. Thanks for your reporting and patience. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 02:23:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded/m-p/247792#M7708</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-09-08T02:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Power BI Embedded</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded/m-p/247866#M7710</link>
      <description>&lt;P&gt;oh ok,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for updating &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Hope it will get&amp;nbsp;resolved early.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 05:20:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Power-BI-Embedded/m-p/247866#M7710</guid>
      <dc:creator>shwetak</dc:creator>
      <dc:date>2017-09-08T05:20:25Z</dc:date>
    </item>
  </channel>
</rss>

