<?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: Multi tenancy in Powerbi Service in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Multi-tenancy-in-Powerbi-Service/m-p/2925343#M39929</link>
    <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/79263"&gt;@joshpt&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to come up with an architecture for a very similar (almost exact) scenario. We have 10 reports and 50 customers (each with 5-10 users). Each customer has their own database connection. We, too, want them to access the reports through the Power BI Service so they can have all the functionality without us having to build an embedded application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would really appreciate hearing what you have come up with as a solution!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 23 Nov 2022 20:44:18 GMT</pubDate>
    <dc:creator>joyhackett</dc:creator>
    <dc:date>2022-11-23T20:44:18Z</dc:date>
    <item>
      <title>Multi tenancy in Powerbi Service</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Multi-tenancy-in-Powerbi-Service/m-p/2457582#M35553</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some experience on Powerbi, working in a single tenant approach. We have a tenant, reports were created on PBI desktop, and deployed to PBI service.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now we have a challenge and i'm not sure about the best solution. We have created a set of reports to share with some external clients. We have around 10 clients and a set of 30 reports. These numbers should grow, but don't expect to have more that 25/30 clients.&lt;/P&gt;&lt;P&gt;Each client has its own database, but all databases share the same structure. The reports would also be the same across all clients.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Each client can have between 5 and 20 users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We don't have any kind of platform where we can "embed" the powerbi reports and&amp;nbsp; being so our goal is to have our clients accessing directly powerbi service.&lt;/P&gt;&lt;P&gt;Ideally our clients would have a powerbi pro account.&lt;/P&gt;&lt;P&gt;Some of our clients don't have any kind of relation with microsoft and this also needs to be considered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been reeding some stuff but most documents i've found are associated with "Power BI&amp;nbsp;&lt;SPAN class=""&gt;Embedded&lt;/SPAN&gt;".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My main question is, what is the best architecture for this solution ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&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;&amp;nbsp;&lt;/P&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;&amp;nbsp;&lt;/P&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 14:21:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Multi-tenancy-in-Powerbi-Service/m-p/2457582#M35553</guid>
      <dc:creator>joshpt</dc:creator>
      <dc:date>2022-04-14T14:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Multi tenancy in Powerbi Service</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Multi-tenancy-in-Powerbi-Service/m-p/2460541#M35570</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/79263"&gt;@joshpt&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;If your report data source has the same data structures, you can refer to the following blog or parameterize the report data source connection with query parameters then you can simply switch between different data sources:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/Using-the-Power-BI-Service-Parameters-to-change-connection/ba-p/392016" target="_self"&gt;Using the Power BI Service Parameters to change connection strings (To possibly change between Dev&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;For the share functions, if your reports do not include any sensitive data, you can consider sharing with the 'publish to web' feature and it allows users who know this link to access it without a pro license. (these share contents are 'public' and do not include any security options)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-publish-to-web" target="_blank"&gt;Publish to web from Power BI - Power BI | Microsoft Docs&lt;/A&gt;&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>Mon, 18 Apr 2022 01:59:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Multi-tenancy-in-Powerbi-Service/m-p/2460541#M35570</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-18T01:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multi tenancy in Powerbi Service</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Multi-tenancy-in-Powerbi-Service/m-p/2472237#M35654</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding the powerbi service parameters i got it and it could be a solution for part of my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, each client has their own database where they are running their businesses. I cannot expose these reports to "public".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In general terms i want/need to control the users that have access to a report. If i have to create several copies of the same report, each one poiting to the client database, that would be acceptable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was just trying to understand if someone already created this type of approach, if it's manageable and how to control the accounts and the access.&lt;/P&gt;&lt;P&gt;I have clients that don't have any kind of relationship with Microsoft and being so, what is the best approach for this kind of user when it comes to powerbi?&lt;/P&gt;&lt;P&gt;Should i create them in our AD as guests and "give" them a powerbi account on out tenant? Or should they create a powerbi account and i just share the reports with them?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would it be better to use one tenant that i control or should i tell my clients that they need to create a tenant and then i step in and install the reports?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&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;&amp;nbsp;&lt;/P&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 19:00:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Multi-tenancy-in-Powerbi-Service/m-p/2472237#M35654</guid>
      <dc:creator>joshpt</dc:creator>
      <dc:date>2022-04-22T19:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multi tenancy in Powerbi Service</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Multi-tenancy-in-Powerbi-Service/m-p/2494956#M35915</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/79263"&gt;@joshpt&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Perhaps you can try to share with template app features.&lt;BR /&gt;You can parameterize your report with a parameter then your customer can get data from this app with their owner connection keys to generate their own reports.&lt;BR /&gt;After these steps, you only need to maintain the template file and your customer can get the corresponding reports.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://docs.microsoft.com/en-us/power-bi/connect-data/service-template-apps-overview" target="_blank" rel="noopener"&gt;What are Power BI template apps? - Power BI | Microsoft Docs&lt;/A&gt;&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>Thu, 05 May 2022 05:49:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Multi-tenancy-in-Powerbi-Service/m-p/2494956#M35915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-05T05:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Multi tenancy in Powerbi Service</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Multi-tenancy-in-Powerbi-Service/m-p/2925343#M39929</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/79263"&gt;@joshpt&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to come up with an architecture for a very similar (almost exact) scenario. We have 10 reports and 50 customers (each with 5-10 users). Each customer has their own database connection. We, too, want them to access the reports through the Power BI Service so they can have all the functionality without us having to build an embedded application.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would really appreciate hearing what you have come up with as a solution!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 20:44:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Multi-tenancy-in-Powerbi-Service/m-p/2925343#M39929</guid>
      <dc:creator>joyhackett</dc:creator>
      <dc:date>2022-11-23T20:44:18Z</dc:date>
    </item>
  </channel>
</rss>

