<?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: Embedded Power BI with RLS and show/hide visuals per user dynamically in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Power-BI-with-RLS-and-show-hide-visuals-per-user/m-p/3285801#M43099</link>
    <description>&lt;P&gt;Hey&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;, thank you so much for sharing the details, it's really explanatory.&lt;/P&gt;&lt;P&gt;I'm clear about #1 but hide and show pages would be bit complex in my scenario. I'm not sure how many customers are gonna view my site, the restrictions will be on country(plus customer rights e.g. Admin/user may be). Can you give me one example to elaborate more on this please?&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;Regards,&lt;/P&gt;&lt;P&gt;Vishranti&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jun 2023 11:20:00 GMT</pubDate>
    <dc:creator>VishrantiC</dc:creator>
    <dc:date>2023-06-15T11:20:00Z</dc:date>
    <item>
      <title>Embedded Power BI with RLS and show/hide visuals per user dynamically</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Power-BI-with-RLS-and-show-hide-visuals-per-user/m-p/3256672#M42849</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have my website where I need my customers(external to my company) to able to see power-BI report without having access to Power-BI Service.&lt;/P&gt;&lt;P&gt;1st Question: I went through several videos in youtube and they says I need to provide embed token to get the report in my .net website. Will the users need power-bi service access for this? What are the steps I need to follow?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to provide customers restrictions by country and tabs.&lt;/P&gt;&lt;P&gt;Let's say there are total 7 tabs in the report.&lt;/P&gt;&lt;P&gt;1st one who is sitting in US should be able to see 4 tabs&lt;/P&gt;&lt;P&gt;2nd one who is sitting in US should be able to see all tabs&lt;/P&gt;&lt;P&gt;3rd one who is sitting in Canada should be able to see 3 tabs&lt;/P&gt;&lt;P&gt;4th one who is sitting in Germany should be able to see all tabs&lt;/P&gt;&lt;P&gt;5th one who is sitting in Canada should be able to see 6 tabs&lt;/P&gt;&lt;P&gt;6th one who is sitting in Canada should be able to see 2 tabs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2nd Question: I need to provide RLS in my embeded report based upon country and user rights. May be I can store those details in database(my database in Google Big query) table and provide RLS in Power-BI desktop. Can anyone tell me how I can dynamically do this exercise?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your help would be really appreaciated, thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sun, 28 May 2023 09:31:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Power-BI-with-RLS-and-show-hide-visuals-per-user/m-p/3256672#M42849</guid>
      <dc:creator>VishrantiC</dc:creator>
      <dc:date>2023-05-28T09:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Power BI with RLS and show/hide visuals per user dynamically</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Power-BI-with-RLS-and-show-hide-visuals-per-user/m-p/3259038#M42870</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/560955"&gt;@VishrantiC&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;#1,In fact, current power bi embed features seems not able to be used fully exclude power bi service access. Accoding to your description, I think the ‘app owns data’ mode may suitable for your requirement:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/embedded-analytics-power-bi#embed-for-your-customers" target="_blank"&gt;Power BI embedded analytics overview - Power BI | Microsoft Learn&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;AFAIK, current report page visible seams not able to be dynamic change.&amp;nbsp;I'd like to suggest you hide raw pages and create a custom navigation report page with different navigation buttons or bookmarks and show hide visual based on filter to achieve dynamic navigations.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/button-navigators?tabs=powerbi-desktop" target="_blank"&gt;Create page and bookmark navigators - Power BI | Microsoft Learn&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://learn.microsoft.com/en-us/javascript/api/overview/powerbi/showcase-bookmarks" target="_blank"&gt;Capture report views showcase | Microsoft Learn&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://exceleratorbi.com.au/show-or-hide-a-power-bi-visual-based-on-selection/" target="_self"&gt;Show or Hide a Power BI Visual Based on Selection &lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;#2, For power bi embedded report with RLS, you can refer to the following document to know more about these:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/embedded-row-level-security" target="_blank"&gt;Security in Power BI embedded analytics - Power BI | Microsoft Learn&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/developer/embedded/cloud-rls" target="_blank"&gt;Using standard cloud based row-level security with embedded content in Power BI embedded analytics - Power BI | Microsoft Learn&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>Tue, 30 May 2023 07:33:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Power-BI-with-RLS-and-show-hide-visuals-per-user/m-p/3259038#M42870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-30T07:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Embedded Power BI with RLS and show/hide visuals per user dynamically</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Embedded-Power-BI-with-RLS-and-show-hide-visuals-per-user/m-p/3285801#M43099</link>
      <description>&lt;P&gt;Hey&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;, thank you so much for sharing the details, it's really explanatory.&lt;/P&gt;&lt;P&gt;I'm clear about #1 but hide and show pages would be bit complex in my scenario. I'm not sure how many customers are gonna view my site, the restrictions will be on country(plus customer rights e.g. Admin/user may be). Can you give me one example to elaborate more on this please?&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;Regards,&lt;/P&gt;&lt;P&gt;Vishranti&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 11:20:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Embedded-Power-BI-with-RLS-and-show-hide-visuals-per-user/m-p/3285801#M43099</guid>
      <dc:creator>VishrantiC</dc:creator>
      <dc:date>2023-06-15T11:20:00Z</dc:date>
    </item>
  </channel>
</rss>

