<?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: Dynamic RLS in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1181157#M18436</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See if these help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://radacad.com/what-do-you-need-to-implement-dynamic-row-level-security-in-power-bi" target="_blank"&gt;https://radacad.com/what-do-you-need-to-implement-dynamic-row-level-security-in-power-bi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://radacad.com/secure-the-sensitive-data-in-power-bi-data-masking-better-with-row-level-security" target="_blank"&gt;https://radacad.com/secure-the-sensitive-data-in-power-bi-data-masking-better-with-row-level-security&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://radacad.com/show-the-information-but-not-the-details-power-bi-data-masking" target="_blank"&gt;https://radacad.com/show-the-information-but-not-the-details-power-bi-data-masking&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsh Nathani&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jun 2020 04:49:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-25T04:49:37Z</dc:date>
    <item>
      <title>Dynamic RLS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1180195#M18375</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Say like 2 tables.&lt;/P&gt;&lt;P&gt;1 is fact with unique accounts and its transactions.&lt;/P&gt;&lt;P&gt;2 is accountid and email ids.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;an account can be shared with multiple users, so table 2 will have many records.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For an instance,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 1:&lt;/P&gt;&lt;P&gt;Account ID&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;P&gt;Accountid&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;EmailId&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;A href="mailto:J@gmail.com" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;J@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;A href="mailto:B@gmail.com" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;B@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;A href="mailto:c@gmail.com" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;c@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so now i want to fapply RLS based on user login.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If J login he should see his accounts, if B login he should see his accounts etc..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i tried few measures like this but not working.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ConcatenateLookupEmail = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DISTINCT(SELECTCOLUMNS(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FILTER(Table,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Table1[AccountId] =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;LOOKUPVALUE(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'Table2'[Accountid],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'Tbale2'[Email],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;USERPRINCIPALNAME()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Accountid",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Table1[AccountId])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CalTable = CALCULATETABLE(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VALUES(Table1[AccountId]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'Table2'[Email] = [uname],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CROSSFILTER(Table1[AccountId],'Tbale2'[Accountid],Both))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Kindly help with your ideas.&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/93055" target="_blank"&gt;@PowerB&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/80248" target="_blank"&gt;@Bthurlings&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397" target="_blank"&gt;@dm-p&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/32333" target="_blank"&gt;@nandukrishnavs&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/39975" target="_blank"&gt;@MattCalderwood&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/313" target="_blank"&gt;@Greg_Deckler&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 Jun 2020 18:04:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1180195#M18375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-24T18:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic RLS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1180627#M18397</link>
      <description>&lt;P&gt;Let the data model do the work.&amp;nbsp; Link the tables, make sure the filter direction is pointing from accounts to transactions, and put the RLS on the accounts table with a simple formula:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[Emailid]=USERPRINCIPALNAME()&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 21:53:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1180627#M18397</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-06-24T21:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic RLS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1181118#M18432</link>
      <description>&lt;P&gt;There is no emailid field in accounta table, that is soo simple RLS, that doesn't work here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we need to virtually filter the accounts table data based on user login. User email and his accounts are in table 2.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;kindly give me a solution.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 04:07:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1181118#M18432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-25T04:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic RLS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1181157#M18436</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See if these help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://radacad.com/what-do-you-need-to-implement-dynamic-row-level-security-in-power-bi" target="_blank"&gt;https://radacad.com/what-do-you-need-to-implement-dynamic-row-level-security-in-power-bi&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://radacad.com/secure-the-sensitive-data-in-power-bi-data-masking-better-with-row-level-security" target="_blank"&gt;https://radacad.com/secure-the-sensitive-data-in-power-bi-data-masking-better-with-row-level-security&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://radacad.com/show-the-information-but-not-the-details-power-bi-data-masking" target="_blank"&gt;https://radacad.com/show-the-information-but-not-the-details-power-bi-data-masking&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harsh Nathani&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 04:49:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1181157#M18436</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-25T04:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic RLS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1181284#M18440</link>
      <description>&lt;P&gt;Hi Harsh, i tried thise radcad blogs, my scenario is not suited however as you see above measures with filter condition, i tried similar to those blogs.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 06:12:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1181284#M18440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-25T06:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic RLS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1181310#M18441</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it is as easy as described by&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can find my example PBIX attached.&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;</description>
      <pubDate>Thu, 25 Jun 2020 06:25:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1181310#M18441</guid>
      <dc:creator>mwegener</dc:creator>
      <dc:date>2020-06-25T06:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic RLS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1181328#M18442</link>
      <description>&lt;P&gt;Thank you Marcus, well in my scenario, i have already used apply security check box to another, so i cant use it here. Give me sometime, i will test again and i will post my data model picture.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 06:32:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1181328#M18442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-25T06:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic RLS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1181373#M18443</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="93408" data-lia-user-login="mwegener" class="lia-mention lia-mention-user"&gt;mwegener&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;here is my model.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;and this is the error i am getting if i try to apply security in both directions.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 06:55:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1181373#M18443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-25T06:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic RLS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1181379#M18444</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="88633" data-lia-user-login="sturlaws" class="lia-mention lia-mention-user"&gt;sturlaws&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;yeah this is what something i am expecting.&lt;/P&gt;&lt;PRE&gt;VAR _account_id =
    CALCULATETABLE (
        VALUES ( 'table1'[account_d] ),
        FILTER ( 'table2','table2'[email] = USERPRINCIPALNAME () )
    )
RETURN
    'Table1'[account_id] IN _account_id&lt;/PRE&gt;&lt;P&gt;where whould i use this DAX to filter? in table 1(fact) or table2(user table) ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 06:57:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1181379#M18444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-25T06:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic RLS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1181412#M18451</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;doesn't it work without the checkbox?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 07:11:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1181412#M18451</guid>
      <dc:creator>mwegener</dc:creator>
      <dc:date>2020-06-25T07:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic RLS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1181461#M18452</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="93408" data-lia-user-login="mwegener" class="lia-mention lia-mention-user"&gt;mwegener&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp; thank yuo so much, with out checkbox it did worked i am validating the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i didn't think that this is so easy, all day writing complex DAX. fingers crossed and hope this should work.&lt;BR /&gt;i will let you know by EOD the update.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 07:37:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1181461#M18452</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-25T07:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic RLS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1182314#M18481</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="93408" data-lia-user-login="mwegener" class="lia-mention lia-mention-user"&gt;mwegener&lt;/a&gt;&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="88633" data-lia-user-login="sturlaws" class="lia-mention lia-mention-user"&gt;sturlaws&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;thank you all for your time on this.&amp;nbsp;&lt;BR /&gt;this might work for now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;now we have aroung 100 K records in account table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;each account might be shared with multiple users.&lt;/P&gt;&lt;P&gt;for instance, if one account is shared by 10 users it means 10 rows.&lt;/P&gt;&lt;P&gt;likewise if we have 100 records vs 10 users it will be 100 * 10.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;future maintanance of the dataset will be nightmare, what should be solution to handle this ? at the same time need to use the same RLS functionality.&lt;BR /&gt;&lt;BR /&gt;looking forward to hear from you.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 12:08:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1182314#M18481</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-25T12:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic RLS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1183248#M18529</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you could group the users and accounts into profiles, like in this blog post.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://radacad.com/what-do-you-need-to-implement-dynamic-row-level-security-in-power-bi" target="_blank"&gt;https://radacad.com/what-do-you-need-to-implement-dynamic-row-level-security-in-power-bi&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 19:49:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamic-RLS/m-p/1183248#M18529</guid>
      <dc:creator>mwegener</dc:creator>
      <dc:date>2020-06-25T19:49:02Z</dc:date>
    </item>
  </channel>
</rss>

