<?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 Unable to filter out based on the User logged in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unable-to-filter-out-based-on-the-User-logged/m-p/3069699#M106457</link>
    <description>&lt;P&gt;I have three tables device name, device details and User details, want to display device details in a slicer based on the user logged in. I have already set up RLS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone help me on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Feb 2023 16:49:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-02-08T16:49:13Z</dc:date>
    <item>
      <title>Unable to filter out based on the User logged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unable-to-filter-out-based-on-the-User-logged/m-p/3069699#M106457</link>
      <description>&lt;P&gt;I have three tables device name, device details and User details, want to display device details in a slicer based on the user logged in. I have already set up RLS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone help me on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 16:49:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unable-to-filter-out-based-on-the-User-logged/m-p/3069699#M106457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-08T16:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to filter out based on the User logged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unable-to-filter-out-based-on-the-User-logged/m-p/3069787#M106472</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Hope device details is fact joined to the User and the user is having email or joined with the RLS table having email and RLS/User table is filtering the device details. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If join is bidirectional, security filter option should be checked&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to have a role like&lt;/P&gt;
&lt;P&gt;email = userprincipalname()&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to use Row Level Security (RLS): &lt;A href="https://youtu.be/NfdIA0uS6Nk" target="_blank"&gt;https://youtu.be/NfdIA0uS6Nk&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 17:20:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unable-to-filter-out-based-on-the-User-logged/m-p/3069787#M106472</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-02-08T17:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to filter out based on the User logged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unable-to-filter-out-based-on-the-User-logged/m-p/3069835#M106479</link>
      <description>&lt;P&gt;Basically i have connected the user table and device facts table by the User ID. i have also created a measure and set up RLS. still do not see the devices getting filtered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2023 18:05:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unable-to-filter-out-based-on-the-User-logged/m-p/3069835#M106479</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-02-08T18:05:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to filter out based on the User logged</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unable-to-filter-out-based-on-the-User-logged/m-p/3070628#M106553</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;According to your screenshot,you seem to have configured the corresponding RLS.&lt;/P&gt;
&lt;P&gt;To test dynamic RLS on Desktop, you need to click "View Row" and select the role you configured, and check User and enter the corresponding username to test whether RLS is configured successfully.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If this sitll dose not work , you need to check the relationship and the configuration for rls and model relationships, for more information, you can refer to :&lt;BR /&gt;&lt;A href="https://radacad.com/dynamic-row-level-security-with-profiles-and-users-in-power-bi" target="_blank"&gt;Dynamic Row Level Security with Profiles and Users in Power BI : Many-to-Many Relationship - RADACAD&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your time and sharing, and thank you for your support and understanding of PowerBI!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Aniya Zhang&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept&lt;/EM&gt;&lt;/STRONG&gt;&lt;EM&gt; it as the solution&lt;/EM&gt;&amp;nbsp;to help the other members find it more quickly&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 01:53:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unable-to-filter-out-based-on-the-User-logged/m-p/3070628#M106553</guid>
      <dc:creator>v-yueyunzh-msft</dc:creator>
      <dc:date>2023-02-09T01:53:38Z</dc:date>
    </item>
  </channel>
</rss>

