<?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: One Semantic Model for Multiple Reports in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/One-Semantic-Model-for-Multiple-Reports/m-p/4999566#M64465</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1338394"&gt;@GeraldGEmerick&lt;/a&gt;&amp;nbsp;, thanks for answering! I believe that will work for a dashboard published in one Fabric/Power BI workspace to which all viewers have access. In my case each customer has its own workspace and App (and thus I have several security groups). Or am I missing something here?&lt;/P&gt;</description>
    <pubDate>Fri, 06 Feb 2026 18:46:56 GMT</pubDate>
    <dc:creator>ndias</dc:creator>
    <dc:date>2026-02-06T18:46:56Z</dc:date>
    <item>
      <title>One Semantic Model for Multiple Reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/One-Semantic-Model-for-Multiple-Reports/m-p/4993579#M64427</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;BR /&gt;Is there a supported Fabric / Power BI pattern to deploy &lt;STRONG&gt;one&lt;/STRONG&gt; Master Semantic Model to &lt;STRONG&gt;multiple&lt;/STRONG&gt; customer workspaces with &lt;STRONG&gt;different parameter&lt;/STRONG&gt; values &lt;STRONG&gt;without&lt;/STRONG&gt; maintaining N .pbix files?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have multiple customers, each with its own ID for queries but &lt;STRONG&gt;identical report logic&lt;/STRONG&gt; (same KQL, same model, same visuals). Everytime I need to update a query, I have to update every file (all reports live in the same workspace).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To avoid manually editing each model, I've been trying to create a Master Semantic Model, use Parameters to set the ID, and deploy it to individual workspaces (one workspace per customer).&lt;/P&gt;&lt;P&gt;What happened: when I connect the semantic model to the report, it connects, obviously, as DirectQuery, and I cannot change parameters. This make the Master SM useless.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried to use deployment pipelines to deploy the SM to customer workspaces but it didn't work, the result is the same: I cannot set the parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any official guidance or recommended architecture would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 12:27:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/One-Semantic-Model-for-Multiple-Reports/m-p/4993579#M64427</guid>
      <dc:creator>ndias</dc:creator>
      <dc:date>2026-02-03T12:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: One Semantic Model for Multiple Reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/One-Semantic-Model-for-Multiple-Reports/m-p/4993729#M64430</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1338089"&gt;@ndias&lt;/a&gt;&amp;nbsp;The standard pattern for this is to publish to one central workspace and use Row Level Security (RLS).&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 15:28:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/One-Semantic-Model-for-Multiple-Reports/m-p/4993729#M64430</guid>
      <dc:creator>GeraldGEmerick</dc:creator>
      <dc:date>2026-02-03T15:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: One Semantic Model for Multiple Reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/One-Semantic-Model-for-Multiple-Reports/m-p/4993796#M64431</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1338394"&gt;@GeraldGEmerick&lt;/a&gt;&amp;nbsp;thanks for your reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I should mention that the reports still differ, different logos for different customers. RLS is not going to help me with this. I still need N individual reports/dashboards.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 16:20:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/One-Semantic-Model-for-Multiple-Reports/m-p/4993796#M64431</guid>
      <dc:creator>ndias</dc:creator>
      <dc:date>2026-02-03T16:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: One Semantic Model for Multiple Reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/One-Semantic-Model-for-Multiple-Reports/m-p/4994109#M64432</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1338089"&gt;@ndias&lt;/a&gt;&amp;nbsp;RLS could be used for this, even logos. You specify the URL for each logo and RLS control it. The measure uses MAX to grab the URL (only 1 available for each customer).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The other option you have is parameter binding with DirectQuery, however the lmitations around that not supporting RLS are likely going to prevent you from being successful with what you are trying to accomplish.&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-dynamic-m-query-parameters" target="_blank"&gt;Dynamic M query parameters in Power BI Desktop - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2026 21:18:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/One-Semantic-Model-for-Multiple-Reports/m-p/4994109#M64432</guid>
      <dc:creator>GeraldGEmerick</dc:creator>
      <dc:date>2026-02-03T21:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: One Semantic Model for Multiple Reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/One-Semantic-Model-for-Multiple-Reports/m-p/4999566#M64465</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1338394"&gt;@GeraldGEmerick&lt;/a&gt;&amp;nbsp;, thanks for answering! I believe that will work for a dashboard published in one Fabric/Power BI workspace to which all viewers have access. In my case each customer has its own workspace and App (and thus I have several security groups). Or am I missing something here?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 18:46:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/One-Semantic-Model-for-Multiple-Reports/m-p/4999566#M64465</guid>
      <dc:creator>ndias</dc:creator>
      <dc:date>2026-02-06T18:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: One Semantic Model for Multiple Reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/One-Semantic-Model-for-Multiple-Reports/m-p/5039684#M64527</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1338089"&gt;@ndias&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1338394"&gt;@GeraldGEmerick&lt;/a&gt;&amp;nbsp;, for your insights,RLS is most effective when all customers use a shared semantic model or report within a single workspace, allowing data to be filtered for each user. Because your customers each have their own workspace and app, you’re using a workspace-per-tenant isolation model. In this setup, a single master model can’t adjust parameters for each workspace from the report side, so some duplication is unavoidable. The recommended approach is to maintain one master PBIX file and automate its deployment to each workspace, setting the parameter for each customer as needed.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/security/service-admin-row-level-security" target="_blank"&gt;Row-level security (RLS) with Power BI - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/guidance/rls-guidance" target="_blank"&gt;Row-level security (RLS) guidance in Power BI Desktop - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/guidance/develop-scalable-multitenancy-apps-with-powerbi-embedding" target="_blank"&gt;Develop scalable multitenancy applications with Power BI embedding - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Feb 2026 10:41:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/One-Semantic-Model-for-Multiple-Reports/m-p/5039684#M64527</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-02-16T10:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: One Semantic Model for Multiple Reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/One-Semantic-Model-for-Multiple-Reports/m-p/5056862#M64561</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1338089"&gt;@ndias&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Have you had a chance to review the solution we shared earlier? If the issue persists, feel free to reply so we can help further.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 06:30:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/One-Semantic-Model-for-Multiple-Reports/m-p/5056862#M64561</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-02-19T06:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: One Semantic Model for Multiple Reports</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/One-Semantic-Model-for-Multiple-Reports/m-p/5110235#M64580</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1338089"&gt;@ndias&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Checking in to see if your issue has been resolved. let us know if you still need any assistance.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 03:34:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/One-Semantic-Model-for-Multiple-Reports/m-p/5110235#M64580</guid>
      <dc:creator>v-saisrao-msft</dc:creator>
      <dc:date>2026-02-23T03:34:14Z</dc:date>
    </item>
  </channel>
</rss>

