<?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 Row level security DAX functions in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Row-level-security-DAX-functions/m-p/1478051#M26376</link>
    <description>&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to write below subquery DAX function in Power BI? I am new to this world.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT * FROM DWH.DATATABLE WHERE SCHOOL_ID =&lt;BR /&gt;/*below code should be in row level security DAX Function */&lt;BR /&gt;SELECT SCHOOL_ID FROM DWH.RLS WHERE IDENTITYID IN&lt;BR /&gt;(SELECT IDENTITYID FROM DWH.RLS WHERE EMAIL=UserPrincipalName()&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Nov 2020 03:31:24 GMT</pubDate>
    <dc:creator>reddy6400</dc:creator>
    <dc:date>2020-11-06T03:31:24Z</dc:date>
    <item>
      <title>Row level security DAX functions</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Row-level-security-DAX-functions/m-p/1478051#M26376</link>
      <description>&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to write below subquery DAX function in Power BI? I am new to this world.&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT * FROM DWH.DATATABLE WHERE SCHOOL_ID =&lt;BR /&gt;/*below code should be in row level security DAX Function */&lt;BR /&gt;SELECT SCHOOL_ID FROM DWH.RLS WHERE IDENTITYID IN&lt;BR /&gt;(SELECT IDENTITYID FROM DWH.RLS WHERE EMAIL=UserPrincipalName()&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 03:31:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Row-level-security-DAX-functions/m-p/1478051#M26376</guid>
      <dc:creator>reddy6400</dc:creator>
      <dc:date>2020-11-06T03:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Row level security DAX functions</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Row-level-security-DAX-functions/m-p/1480199#M26390</link>
      <description>&lt;P&gt;Generally you will want to let your data model do the RLS work. Is your DWH.RLS table part of thedata model? Is it linked to the DWH.Datatable via the school_id ?&lt;/P&gt;
&lt;P&gt;If yes then all you need to do is specify the RLS rule&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;EMAIL=UserPrincipalName()&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2020 03:12:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Row-level-security-DAX-functions/m-p/1480199#M26390</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-11-07T03:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Row level security DAX functions</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Row-level-security-DAX-functions/m-p/1480216#M26392</link>
      <description>&lt;P&gt;Based on the business requirement it should be applied in sub query to get the required results.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2020 04:20:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Row-level-security-DAX-functions/m-p/1480216#M26392</guid>
      <dc:creator>reddy6400</dc:creator>
      <dc:date>2020-11-07T04:20:06Z</dc:date>
    </item>
  </channel>
</rss>

