<?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: iframe embedding code to filter data  by customer in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/iframe-embedding-code-to-filter-data-by-customer/m-p/247008#M7694</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/35199"&gt;@MaxItaly&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;I'm not very accostumed to the embedding of a report via the iFrame code that is generated by Power BI when you click on "Publish to web", so I'd like to ask if what I'd like to is possible, or not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These are my presuppositions:&lt;/P&gt;
&lt;P&gt;let's say&amp;nbsp;that I have a site where customers can log-in, and customers don't have a Power BI account. but I have a Pro account.&lt;/P&gt;
&lt;P&gt;I'd like to publish a report on my site that shows filtered results (let's say, customers = "Customer A") depending on the customer who logged in (i.e. the customer only sees his data).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am quite sure that this is achievable, but not with my presuppositions.&lt;/P&gt;
&lt;P&gt;1) This configurations implies an "App owns data" configuration, right (and the use of "Power BI Embedded")?&lt;BR /&gt;2) And this would therefore imply that I'd need to own a Premium Account to do such a thing?&lt;/P&gt;
&lt;P&gt;3) With an "User owns data" configuration, every customer would need a Power BI pro account (and I'd need to use REST APIs)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks to everyone who can give me an hint about this.&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/35199"&gt;@MaxItaly&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;For "Publish to web", you can't&amp;nbsp;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-service-url-filters/" target="_self"&gt;append a filter parameter to the report url&lt;/A&gt;. Your understanding is right, for the customers who have no Power BI accounts,&amp;nbsp;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-embedding/#embedding-with-non-power-bi-users-app-owns-data" target="_self"&gt;Embedding with non-Power BI users (app owns data)&lt;/A&gt;&amp;nbsp;is definitely for this scenario. You need a Premium licence. As to showing filtered result, either using &lt;A href="https://github.com/Microsoft/PowerBI-JavaScript/wiki/Filters" target="_self"&gt;Power BI Javascript Filter&lt;/A&gt; or the securable approach&amp;nbsp;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-embedded-rls/" target="_self"&gt;Row Level Security&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Sep 2017 02:36:41 GMT</pubDate>
    <dc:creator>Eric_Zhang</dc:creator>
    <dc:date>2017-09-07T02:36:41Z</dc:date>
    <item>
      <title>iframe embedding code to filter data  by customer</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/iframe-embedding-code-to-filter-data-by-customer/m-p/246463#M7680</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I'm not very accostumed to the embedding of a report via the iFrame code that is generated by Power BI when you click on "Publish to web", so I'd like to ask if what I'd like to is possible, or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are my presuppositions:&lt;/P&gt;&lt;P&gt;let's say&amp;nbsp;that I have a site where customers can log-in, and customers don't have a Power BI account. but I have a Pro account.&lt;/P&gt;&lt;P&gt;I'd like to publish a report on my site that shows filtered results (let's say, customers = "Customer A") depending on the customer who logged in (i.e. the customer only sees his data).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am quite sure that this is achievable, but not with my presuppositions.&lt;/P&gt;&lt;P&gt;1) This configurations implies an "App owns data" configuration, right (and the use of "Power BI Embedded")?&lt;BR /&gt;2) And this would therefore imply that I'd need to own a Premium Account to do such a thing?&lt;/P&gt;&lt;P&gt;3) With an "User owns data" configuration, every customer would need a Power BI pro account (and I'd need to use REST APIs)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks to everyone who can give me an hint about this.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 09:01:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/iframe-embedding-code-to-filter-data-by-customer/m-p/246463#M7680</guid>
      <dc:creator>MaxItaly</dc:creator>
      <dc:date>2017-09-06T09:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: iframe embedding code to filter data  by customer</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/iframe-embedding-code-to-filter-data-by-customer/m-p/247008#M7694</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/35199"&gt;@MaxItaly&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;I'm not very accostumed to the embedding of a report via the iFrame code that is generated by Power BI when you click on "Publish to web", so I'd like to ask if what I'd like to is possible, or not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These are my presuppositions:&lt;/P&gt;
&lt;P&gt;let's say&amp;nbsp;that I have a site where customers can log-in, and customers don't have a Power BI account. but I have a Pro account.&lt;/P&gt;
&lt;P&gt;I'd like to publish a report on my site that shows filtered results (let's say, customers = "Customer A") depending on the customer who logged in (i.e. the customer only sees his data).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am quite sure that this is achievable, but not with my presuppositions.&lt;/P&gt;
&lt;P&gt;1) This configurations implies an "App owns data" configuration, right (and the use of "Power BI Embedded")?&lt;BR /&gt;2) And this would therefore imply that I'd need to own a Premium Account to do such a thing?&lt;/P&gt;
&lt;P&gt;3) With an "User owns data" configuration, every customer would need a Power BI pro account (and I'd need to use REST APIs)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks to everyone who can give me an hint about this.&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/35199"&gt;@MaxItaly&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;For "Publish to web", you can't&amp;nbsp;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-service-url-filters/" target="_self"&gt;append a filter parameter to the report url&lt;/A&gt;. Your understanding is right, for the customers who have no Power BI accounts,&amp;nbsp;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-embedding/#embedding-with-non-power-bi-users-app-owns-data" target="_self"&gt;Embedding with non-Power BI users (app owns data)&lt;/A&gt;&amp;nbsp;is definitely for this scenario. You need a Premium licence. As to showing filtered result, either using &lt;A href="https://github.com/Microsoft/PowerBI-JavaScript/wiki/Filters" target="_self"&gt;Power BI Javascript Filter&lt;/A&gt; or the securable approach&amp;nbsp;&lt;A href="https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-embedded-rls/" target="_self"&gt;Row Level Security&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 02:36:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/iframe-embedding-code-to-filter-data-by-customer/m-p/247008#M7694</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-09-07T02:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: iframe embedding code to filter data  by customer</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/iframe-embedding-code-to-filter-data-by-customer/m-p/247160#M7699</link>
      <description>&lt;P&gt;I really hoped there was an alternative solution...&lt;/P&gt;&lt;P&gt;Thanks for confirming my point, which I was not sure about it.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 07:08:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/iframe-embedding-code-to-filter-data-by-customer/m-p/247160#M7699</guid>
      <dc:creator>MaxItaly</dc:creator>
      <dc:date>2017-09-07T07:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: iframe embedding code to filter data  by customer</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/iframe-embedding-code-to-filter-data-by-customer/m-p/397001#M11830</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have the same doubt as yours.&lt;BR /&gt;Were you able to find a solution to your problem?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 09:28:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/iframe-embedding-code-to-filter-data-by-customer/m-p/397001#M11830</guid>
      <dc:creator>Rachita</dc:creator>
      <dc:date>2018-04-16T09:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: iframe embedding code to filter data  by customer</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/iframe-embedding-code-to-filter-data-by-customer/m-p/397008#M11831</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;with a Pro license that is impossible.&lt;/P&gt;&lt;P&gt;You need a premium license to do that (and several different skills from the simple report making).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Luckily, what wanted to achieve wasn't a must for my business, so we didn't do that in the end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am afraid there is still not a Pro solution to this problem.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 09:35:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/iframe-embedding-code-to-filter-data-by-customer/m-p/397008#M11831</guid>
      <dc:creator>MaxItaly</dc:creator>
      <dc:date>2018-04-16T09:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: iframe embedding code to filter data  by customer</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/iframe-embedding-code-to-filter-data-by-customer/m-p/397021#M11832</link>
      <description>&lt;P&gt;Okay.&lt;BR /&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 09:47:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/iframe-embedding-code-to-filter-data-by-customer/m-p/397021#M11832</guid>
      <dc:creator>Rachita</dc:creator>
      <dc:date>2018-04-16T09:47:43Z</dc:date>
    </item>
  </channel>
</rss>

