<?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: Manage Roles - DAX version of NOT IN in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Manage-Roles-DAX-version-of-NOT-IN/m-p/3023626#M102989</link>
    <description>&lt;LI-CODE lang="markup"&gt;not [bud2_line] in {"Salaries", "Social security, pension and medical"}&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 16 Jan 2023 15:21:36 GMT</pubDate>
    <dc:creator>johnt75</dc:creator>
    <dc:date>2023-01-16T15:21:36Z</dc:date>
    <item>
      <title>Manage Roles - DAX version of NOT IN</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Manage-Roles-DAX-version-of-NOT-IN/m-p/3023615#M102987</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have a table CostReport_Layout and within there is a column bud2_line .&amp;nbsp; I want to restrict users so they cant see the bud2_lines that relate to Salary information.&lt;/P&gt;&lt;P&gt;[bud2_line] &amp;lt;&amp;gt; {"Salaries"}&amp;nbsp; &amp;nbsp;but for multiple values none of the below work.&amp;nbsp; How would you do this&lt;/P&gt;&lt;P&gt;[bud2_line] &amp;lt;&amp;gt; {"Salaries", "Social security, pension and medical"}&lt;/P&gt;&lt;P&gt;[bud2_line] not in {"Salaries", "Social security, pension and medical"}&lt;/P&gt;&lt;P&gt;[bud2_line] not {"Salaries", "Social security, pension and medical"}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 15:11:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Manage-Roles-DAX-version-of-NOT-IN/m-p/3023615#M102987</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-16T15:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Roles - DAX version of NOT IN</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Manage-Roles-DAX-version-of-NOT-IN/m-p/3023626#M102989</link>
      <description>&lt;LI-CODE lang="markup"&gt;not [bud2_line] in {"Salaries", "Social security, pension and medical"}&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 16 Jan 2023 15:21:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Manage-Roles-DAX-version-of-NOT-IN/m-p/3023626#M102989</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2023-01-16T15:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Roles - DAX version of NOT IN</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Manage-Roles-DAX-version-of-NOT-IN/m-p/3024509#M103064</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please try below steps:&lt;BR /&gt;1. below is my test table&lt;/P&gt;
&lt;P&gt;Table:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;2. add a table visual with field&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;3. create a role with below dax formula&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;not( [bud2_line]) in {"Salaries", "Social security, pension and medical"}&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;3. view as new role&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Please refer the attached .pbix file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team_Binbin Yu&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 02:23:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Manage-Roles-DAX-version-of-NOT-IN/m-p/3024509#M103064</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-17T02:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Roles - DAX version of NOT IN</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Manage-Roles-DAX-version-of-NOT-IN/m-p/3025938#M103184</link>
      <description>&lt;P&gt;Many thanks for your help - that works&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 13:54:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Manage-Roles-DAX-version-of-NOT-IN/m-p/3025938#M103184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-17T13:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Manage Roles - DAX version of NOT IN</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Manage-Roles-DAX-version-of-NOT-IN/m-p/3027258#M103270</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your feedback.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team_Binbin Yu&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 01:46:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Manage-Roles-DAX-version-of-NOT-IN/m-p/3027258#M103270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-18T01:46:26Z</dc:date>
    </item>
  </channel>
</rss>

