<?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: Embedding Power BI visuals in Salesforce with filters in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-Power-BI-visuals-in-Salesforce-with-filters/m-p/355956#M10597</link>
    <description>&lt;P&gt;You can embed a &lt;A href="https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embed-Single-Visual" target="_self"&gt;single visual&lt;/A&gt; using JS API.&lt;/P&gt;&lt;P&gt;To filter for each user, you can use either &lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/embedded-row-level-security" target="_self"&gt;RLS&lt;/A&gt; or &lt;A href="https://github.com/Microsoft/PowerBI-JavaScript/wiki/Filters" target="_self"&gt;Filters&lt;/A&gt; in JS API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should cover both your use cases.&lt;/P&gt;</description>
    <pubDate>Sun, 11 Feb 2018 10:52:59 GMT</pubDate>
    <dc:creator>nimrod</dc:creator>
    <dc:date>2018-02-11T10:52:59Z</dc:date>
    <item>
      <title>Embedding Power BI visuals in Salesforce with filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-Power-BI-visuals-in-Salesforce-with-filters/m-p/354993#M10570</link>
      <description>&lt;P&gt;I have a visualization in a Power BI report that my end users want to see displayed&amp;nbsp;on the Account pages in Salesforce filtered by the unique ID of the Account that the user is looking at.&amp;nbsp; For example, I have a trendline for the total sales in the past 4 years and it can be filtered by customer.&amp;nbsp; If I'm in Salesforce on Customer ABC's page, I want to see that trendline filtered by Customer ABC's ID.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to embed a visual from Power BI and filter it based on the ID for the current&amp;nbsp;page in Salesforce without using Power BI Embedded?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 23:05:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedding-Power-BI-visuals-in-Salesforce-with-filters/m-p/354993#M10570</guid>
      <dc:creator>Prafferty</dc:creator>
      <dc:date>2018-02-08T23:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding Power BI visuals in Salesforce with filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-Power-BI-visuals-in-Salesforce-with-filters/m-p/355218#M10578</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/27035"&gt;@Prafferty&lt;/a&gt;,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;SPAN&gt;Is it possible to embed a visual from Power BI and filter it based on the ID for the current&amp;nbsp;page in Salesforce without using Power BI Embedded?&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;As far as I know, there isn't a possible solution&amp;nbsp;to do it currently, if Power BI Embedded isn't an option.&amp;nbsp;You can add it as an idea on &lt;A href="https://ideas.powerbi.com/" target="_self"&gt;Power BI Ideas&lt;/A&gt; forum to improve Power BI on this feature.&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://community.fabric.microsoft.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 07:16:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedding-Power-BI-visuals-in-Salesforce-with-filters/m-p/355218#M10578</guid>
      <dc:creator>v-ljerr-msft</dc:creator>
      <dc:date>2018-02-09T07:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding Power BI visuals in Salesforce with filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-Power-BI-visuals-in-Salesforce-with-filters/m-p/355477#M10590</link>
      <description>&lt;P&gt;Thank you for the quick response!&amp;nbsp; I'll have to look into Power BI Embedded to see if it will be feasible to invest in the solution.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 14:19:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedding-Power-BI-visuals-in-Salesforce-with-filters/m-p/355477#M10590</guid>
      <dc:creator>Prafferty</dc:creator>
      <dc:date>2018-02-09T14:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Embedding Power BI visuals in Salesforce with filters</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedding-Power-BI-visuals-in-Salesforce-with-filters/m-p/355956#M10597</link>
      <description>&lt;P&gt;You can embed a &lt;A href="https://github.com/Microsoft/PowerBI-JavaScript/wiki/Embed-Single-Visual" target="_self"&gt;single visual&lt;/A&gt; using JS API.&lt;/P&gt;&lt;P&gt;To filter for each user, you can use either &lt;A href="https://docs.microsoft.com/en-us/power-bi/developer/embedded-row-level-security" target="_self"&gt;RLS&lt;/A&gt; or &lt;A href="https://github.com/Microsoft/PowerBI-JavaScript/wiki/Filters" target="_self"&gt;Filters&lt;/A&gt; in JS API.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should cover both your use cases.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2018 10:52:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedding-Power-BI-visuals-in-Salesforce-with-filters/m-p/355956#M10597</guid>
      <dc:creator>nimrod</dc:creator>
      <dc:date>2018-02-11T10:52:59Z</dc:date>
    </item>
  </channel>
</rss>

