<?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: Report Build &amp;amp; Distribution Architecture in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Report-Build-amp-Distribution-Architecture/m-p/4066057#M54383</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/781568"&gt;@goodbyetonto&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your statement, I think you requirement is to restrict data based on User ID.&lt;/P&gt;
&lt;P&gt;Here I suggest you to set up row level security in your report. Dynamic RLS may be a good way to achieve your goal.&amp;nbsp;&lt;BR /&gt;For reference:&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;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/paginated-reports-rls" target="_blank"&gt;Set up row-level security in Power BI paginated reports - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Sample:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://radacad.com/dynamic-row-level-security-with-power-bi-made-simple" target="_blank"&gt;Dynamic Row Level Security with Power BI Made Simple - RADACAD&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jul 2024 03:04:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-07-29T03:04:19Z</dc:date>
    <item>
      <title>Report Build &amp; Distribution Architecture</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Report-Build-amp-Distribution-Architecture/m-p/4064445#M54371</link>
      <description>&lt;P&gt;I am a new user of PowerBI and have some questions about recommended tech stacks for a given report workflow I am conceptualizing. Not knowing the full range of the PBI service, I would appreciate some recommendations and/or established practices for similar scenarios.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SCENARIO:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Using a PowerBI semantic model as a data source, automate report build and distribution of&amp;nbsp; individual paginated reports that are filtered off a customer UID.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CURRENT METHOD:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Report Design:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Power BI report builder&lt;UL&gt;&lt;LI&gt;Source: PBI semantic model&lt;/LI&gt;&lt;LI&gt;Parameter for Customer UID&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Report Distribution:&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Power Automate&lt;UL&gt;&lt;LI&gt;Use PBI connector to pull all Customer UIDs into a list variable&lt;/LI&gt;&lt;LI&gt;Loop through list&lt;UL&gt;&lt;LI&gt;Using PBI connector, export the paginated report with the current Customer UID passed as a report parameter.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I would love to receive your feedback and/or recommendations on other methods. Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jul 2024 21:20:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Report-Build-amp-Distribution-Architecture/m-p/4064445#M54371</guid>
      <dc:creator>goodbyetonto</dc:creator>
      <dc:date>2024-07-26T21:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Report Build &amp; Distribution Architecture</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Report-Build-amp-Distribution-Architecture/m-p/4066057#M54383</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/781568"&gt;@goodbyetonto&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your statement, I think you requirement is to restrict data based on User ID.&lt;/P&gt;
&lt;P&gt;Here I suggest you to set up row level security in your report. Dynamic RLS may be a good way to achieve your goal.&amp;nbsp;&lt;BR /&gt;For reference:&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;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/paginated-reports/paginated-reports-rls" target="_blank"&gt;Set up row-level security in Power BI paginated reports - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Sample:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://radacad.com/dynamic-row-level-security-with-power-bi-made-simple" target="_blank"&gt;Dynamic Row Level Security with Power BI Made Simple - RADACAD&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2024 03:04:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Report-Build-amp-Distribution-Architecture/m-p/4066057#M54383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-07-29T03:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Report Build &amp; Distribution Architecture</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Report-Build-amp-Distribution-Architecture/m-p/4074031#M54484</link>
      <description>&lt;P&gt;Rico Thank you, although this is not what I was soliciting for information on. Being new to the Power Platform, and to Power BI specifically, I wanted to ask this audience for feedback with my approach to report builds and distributions using Power Automate. I provided specs in my message as to how I planned to pass in a param when building and exporting and was hoping to hear from anyone who has approached this common scenario differently and has had consistent results. Thank you for your reply!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2024 16:22:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Report-Build-amp-Distribution-Architecture/m-p/4074031#M54484</guid>
      <dc:creator>goodbyetonto</dc:creator>
      <dc:date>2024-08-01T16:22:02Z</dc:date>
    </item>
  </channel>
</rss>

