<?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: Creating a Slicer with AND Function in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2877742#M93029</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So in this table there is the Certification? And there's another table with only the Certifications? Then just connect the Certifications-Table to the Certification Column in your other table (1:n) =&amp;gt; Slicer on the "Certifications-Table" and if you do a multi select it shows all entries from the other table...&lt;/P&gt;</description>
    <pubDate>Tue, 01 Nov 2022 16:08:33 GMT</pubDate>
    <dc:creator>lukiz84</dc:creator>
    <dc:date>2022-11-01T16:08:33Z</dc:date>
    <item>
      <title>Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2877622#M93012</link>
      <description>&lt;P&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my first post to Power BI so forgive me if I put this in the wrong area.&amp;nbsp; I am also new to Power BI.&amp;nbsp; I have created a report that has a slicer (contains Categories) and another table that has Employee Name and Cartegorgies/Skill.&amp;nbsp; In the slicer, I would like for when a person selects multiple options that it shows all criteria matching (AND function) showing what was selected.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have done some research but it appears every answer is for when its in multiple tables.&amp;nbsp; All of my data is in the same data source and is shown below&lt;/P&gt;&lt;P&gt;Column A:&amp;nbsp; Employee Name&lt;/P&gt;&lt;P&gt;Column B:&amp;nbsp; Categories / Skills&lt;/P&gt;&lt;P&gt;Column C:&amp;nbsp; Category&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me on how I can accomplish the AND function when selecting multiple criteria?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pep&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 15:02:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2877622#M93012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-01T15:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2877680#M93022</link>
      <description>&lt;P&gt;Can you post some sample data of the table?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 15:42:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2877680#M93022</guid>
      <dc:creator>lukiz84</dc:creator>
      <dc:date>2022-11-01T15:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2877706#M93025</link>
      <description>&lt;P&gt;Hi Lukiz!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have pasted some data below.&amp;nbsp; Thank you so much for your help!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Employee&lt;/TD&gt;&lt;TD&gt;Certification / Skill Level&lt;/TD&gt;&lt;TD&gt;Certification&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Doe, John&lt;/TD&gt;&lt;TD&gt;Adjudication Certification (Advanced)&lt;/TD&gt;&lt;TD&gt;Adjudication Certification&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Doe, Jane&lt;/TD&gt;&lt;TD&gt;DU Certification (Beginner)&lt;/TD&gt;&lt;TD&gt;DU Certification&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Doe, Scott&lt;/TD&gt;&lt;TD&gt;Classification (Beginner)&lt;/TD&gt;&lt;TD&gt;Classification&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Doe, John&lt;/TD&gt;&lt;TD&gt;Classification (Expert)&lt;/TD&gt;&lt;TD&gt;Classification&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Doe, Jane&lt;/TD&gt;&lt;TD&gt;Employee Relations (Intermediate)&lt;/TD&gt;&lt;TD&gt;Employee Relations&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 01 Nov 2022 15:54:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2877706#M93025</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-01T15:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2877712#M93026</link>
      <description>&lt;P&gt;Sorry here is a snippet of the data that came out skewed&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;</description>
      <pubDate>Tue, 01 Nov 2022 15:55:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2877712#M93026</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-01T15:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2877742#M93029</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So in this table there is the Certification? And there's another table with only the Certifications? Then just connect the Certifications-Table to the Certification Column in your other table (1:n) =&amp;gt; Slicer on the "Certifications-Table" and if you do a multi select it shows all entries from the other table...&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 16:08:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2877742#M93029</guid>
      <dc:creator>lukiz84</dc:creator>
      <dc:date>2022-11-01T16:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2877761#M93032</link>
      <description>&lt;P&gt;Hi Lukiz,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the data is in the same table but when I chose multiple Certifications (which is shown in Column C) I want only the employee name show up thats matching all the Certifications.&amp;nbsp; For example, if I select Classification and Adjudication Certification the only name that would show is Doe, John.&amp;nbsp; Does this help?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 16:13:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2877761#M93032</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-01T16:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2877881#M93042</link>
      <description>&lt;P&gt;Ah ok, now I see, that wasn't clear from the question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 steps,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Create a disconnected table with&amp;nbsp;&lt;STRONG&gt;no relationship&lt;/STRONG&gt; to your data, (Calculated table with code)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Certifications = VALUES(TableData[Certification])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Create a FilterMeasure with code:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;FilterMeasure = 
    VAR EmployeeCerts = 
        CALCULATETABLE(
            VALUES(TableData[Certification]),
            ALLEXCEPT(TableData, TableData[Employee]),
            TREATAS(VALUES(Certifications[Certification]), TableData[Certification])
        )
    
    RETURN
        IF(COUNTROWS(EmployeeCerts) = COUNTROWS(Certifications), 1, BLANK())&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and add this measure to your&amp;nbsp;&lt;STRONG&gt;matrix&lt;/STRONG&gt; filters with "is not blank"&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;</description>
      <pubDate>Tue, 01 Nov 2022 17:18:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2877881#M93042</guid>
      <dc:creator>lukiz84</dc:creator>
      <dc:date>2022-11-01T17:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2877890#M93047</link>
      <description>&lt;P&gt;Awesome thank you so much.&amp;nbsp; I will give this a try!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 17:21:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2877890#M93047</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-01T17:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2877903#M93048</link>
      <description>&lt;P&gt;If those are the results you except, then it works &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;none selected (returns an empty table):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;one selected which has 2 employees:&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;</description>
      <pubDate>Tue, 01 Nov 2022 17:23:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2877903#M93048</guid>
      <dc:creator>lukiz84</dc:creator>
      <dc:date>2022-11-01T17:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2878125#M93062</link>
      <description>&lt;P&gt;Hi Lukiz!&amp;nbsp; Thank you again so much.&amp;nbsp; I have a couple of Questions.&amp;nbsp; Due to my inexperience in Power BI I have some questions and I am sorry to ask such basic questions.&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; When creating the Disconnected table I am going into modeling a creating a new table.&amp;nbsp; However when doing so it shows "1 Table =".&amp;nbsp; Do I need to put anything there?&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Do I need to name any columns in this disconnected table?&amp;nbsp; I understand no data but not sure of the column names&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; When creating the Filter Measure, do I create that in the new table or the original table?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4.&amp;nbsp; When doing the matrix filter do I put that in the new or original table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Again i am sorry for the questions and thank you so much for your help.&amp;nbsp; Pep&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 19:37:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2878125#M93062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-01T19:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2879140#M93123</link>
      <description>&lt;P&gt;Hi, don't be sorry, it's ok to be interested &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Yes, Modeling -&amp;gt; Create new table. The Code has to be input there&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;VALUES(YourDataTable[Certification])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) No, it's Certfication by default, because of the Code above&lt;/P&gt;&lt;P&gt;3) Doesn't matter where the measure is. You can put it anywhere.&lt;/P&gt;&lt;P&gt;4) The filter has to be set on the matrix where you want to show the employees and certifications, see my screenshot &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 07:06:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2879140#M93123</guid>
      <dc:creator>lukiz84</dc:creator>
      <dc:date>2022-11-02T07:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2880006#M93169</link>
      <description>&lt;P&gt;Hi Lukiz,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much.&amp;nbsp; I will work on this today between meetings :).&amp;nbsp; I will let you know how it goes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 11:55:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2880006#M93169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-02T11:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2880593#M93227</link>
      <description>&lt;P&gt;Hi Lukiz!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I did everything and its not working.&amp;nbsp; I am sure its users error.&amp;nbsp; Below is what I did&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; The Disconnected Table is named "Calculated"&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; The Main Data Table is named "Skills Master"&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; I put the following formula in the Calculated Table:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Calculated = &lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Skills Master'&lt;/SPAN&gt;&lt;SPAN&gt;[Certification]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;4.&amp;nbsp; I put the Filter Measure in the Main Data Table ("Skills Master")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FilterMeasure = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;EmployeeCerts&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATETABLE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calculated'&lt;/SPAN&gt;&lt;SPAN&gt;[Certification]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ALLEXCEPT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Skills Master'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Skills Master'&lt;/SPAN&gt;&lt;SPAN&gt;[Employee Name]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;TREATAS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calculated'&lt;/SPAN&gt;&lt;SPAN&gt;[Certification]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;'Skills Master'&lt;/SPAN&gt;&lt;SPAN&gt;[Certification]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;COUNTROWS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;EmployeeCerts&lt;/SPAN&gt;&lt;SPAN&gt;) = &lt;/SPAN&gt;&lt;SPAN&gt;COUNTROWS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calculated'&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;BLANK&lt;/SPAN&gt;&lt;SPAN&gt;())&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;I thought it was all good, but its not working.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Nov 2022 15:06:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2880593#M93227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-02T15:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2880601#M93228</link>
      <description>&lt;P&gt;Strange, that's exactly what I did and where i made the screenshots from which show it's working?!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) And you did not set any relationship between "Calculated" and "Skills Master")?&lt;/P&gt;&lt;P&gt;2) What exactly does not work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 15:09:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2880601#M93228</guid>
      <dc:creator>lukiz84</dc:creator>
      <dc:date>2022-11-02T15:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2880628#M93230</link>
      <description>&lt;P&gt;Hi Lukiz,&lt;/P&gt;&lt;P&gt;I have checked the relationships and they are not related.&amp;nbsp; As far as whats not working, it does not seem to be choose all the AND's.&amp;nbsp; For example I chose one person who has a Masters Degree, but they showed up when choosing other skills.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 15:21:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2880628#M93230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-02T15:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2880681#M93235</link>
      <description>&lt;P&gt;thats very strange, can you post another table with e.g. 20 demo rows for your Skills Master table? You can change the employee names to random names so you have no privacy problem... maybe share it as a table which i can copy to excel&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 15:41:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2880681#M93235</guid>
      <dc:creator>lukiz84</dc:creator>
      <dc:date>2022-11-02T15:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2880773#M93241</link>
      <description>&lt;P&gt;Yes of course.&amp;nbsp; Excuse the names, my co-worker was all yippy skippy in helping me make up names&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Employee Name&lt;/TD&gt;&lt;TD&gt;Certification (Skill Level)&lt;/TD&gt;&lt;TD&gt;Certification&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Snuffy, John&lt;/TD&gt;&lt;TD&gt;PSS Adjudication Certification (Beginner)&lt;/TD&gt;&lt;TD&gt;PSS Adjudication Certification&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Doe, John&lt;/TD&gt;&lt;TD&gt;PMP Certification (Expired (Certification Only))&lt;/TD&gt;&lt;TD&gt;PMP Certification&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Doe, Jane&lt;/TD&gt;&lt;TD&gt;PMP Certification (Beginner)&lt;/TD&gt;&lt;TD&gt;PMP Certification&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Doe, Scott&lt;/TD&gt;&lt;TD&gt;DU Certification (Beginner)&lt;/TD&gt;&lt;TD&gt;DU Certification&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Johns, James&lt;/TD&gt;&lt;TD&gt;DEU Certification (Active (Certification Only))&lt;/TD&gt;&lt;TD&gt;DEU Certification&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sacker, James&lt;/TD&gt;&lt;TD&gt;DEU Certification (Expired (Certification Only))&lt;/TD&gt;&lt;TD&gt;DEU Certification&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sacker, Alice&lt;/TD&gt;&lt;TD&gt;DEU Certification (Active (Certification Only))&lt;/TD&gt;&lt;TD&gt;DEU Certification&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;McDaniels, Fluffy&lt;/TD&gt;&lt;TD&gt;Employee Relations (Intermediate)&lt;/TD&gt;&lt;TD&gt;Employee Relations&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Snuffy, John&lt;/TD&gt;&lt;TD&gt;Employee Relations (Beginner)&lt;/TD&gt;&lt;TD&gt;Employee Relations&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Doe, John&lt;/TD&gt;&lt;TD&gt;Employee Relations (Intermediate)&lt;/TD&gt;&lt;TD&gt;Employee Relations&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Doe, Jane&lt;/TD&gt;&lt;TD&gt;Equal Employmnet Opportunity (Advanced)&lt;/TD&gt;&lt;TD&gt;Equal Employmnet Opportunity&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Doe, Scott&lt;/TD&gt;&lt;TD&gt;Equal Employmnet Opportunity (Beginner)&lt;/TD&gt;&lt;TD&gt;Equal Employmnet Opportunity&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Johns, James&lt;/TD&gt;&lt;TD&gt;Equal Employmnet Opportunity (Intermediate)&lt;/TD&gt;&lt;TD&gt;Equal Employmnet Opportunity&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Snuffy, John&lt;/TD&gt;&lt;TD&gt;Agency Staffing Policies and Procedures (Intermediate)&lt;/TD&gt;&lt;TD&gt;Agency Staffing Policies and Procedures&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Chaps, Roger&lt;/TD&gt;&lt;TD&gt;Application Processing (JOAs, Vas, etc) (Beginner)&lt;/TD&gt;&lt;TD&gt;Application Processing&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Hatcher, Margaret&lt;/TD&gt;&lt;TD&gt;Assessment Methods and Tools (Beginner)&lt;/TD&gt;&lt;TD&gt;Assessment Methods and Tools&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Xavier, Charles&lt;/TD&gt;&lt;TD&gt;Agency Staffing Policies and Procedures (Intermediate)&lt;/TD&gt;&lt;TD&gt;Agency Staffing Policies and Procedures&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Gray, Jean&lt;/TD&gt;&lt;TD&gt;Application Processing (JOAs, Vas, etc) (Intermediate)&lt;/TD&gt;&lt;TD&gt;Application Processing&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sacker, Alice&lt;/TD&gt;&lt;TD&gt;Assessment Methods and Tools (Intermediate)&lt;/TD&gt;&lt;TD&gt;Assessment Methods and Tools&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;McDaniels, Fluffy&lt;/TD&gt;&lt;TD&gt;Qualification Analysis (Intermediate)&lt;/TD&gt;&lt;TD&gt;Qualification Analysis&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Snuffy, John&lt;/TD&gt;&lt;TD&gt;Veterans' Preference (Intermediate)&lt;/TD&gt;&lt;TD&gt;Veterans' Preference&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;McDougall, Slim&lt;/TD&gt;&lt;TD&gt;Agency Staffing Policies and Procedures (Expert)&lt;/TD&gt;&lt;TD&gt;Agency Staffing Policies and Procedures&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Wayne, Bryce&lt;/TD&gt;&lt;TD&gt;Application Processing (JOAs, Vas, etc) (Advanced)&lt;/TD&gt;&lt;TD&gt;Application Processing&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Wayne, Richard&lt;/TD&gt;&lt;TD&gt;Assessment Methods and Tools (Beginner)&lt;/TD&gt;&lt;TD&gt;Assessment Methods and Tools&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Sacker, James&lt;/TD&gt;&lt;TD&gt;HR Call Center (Expert)&lt;/TD&gt;&lt;TD&gt;HR Call Center&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Hatchett, Holly&lt;/TD&gt;&lt;TD&gt;HR Call Center (Beginner)&lt;/TD&gt;&lt;TD&gt;HR Call Center&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Munster, Lily&lt;/TD&gt;&lt;TD&gt;HR Call Center (Advanced)&lt;/TD&gt;&lt;TD&gt;HR Call Center&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Daphne, Fred&lt;/TD&gt;&lt;TD&gt;HR Call Center (Beginner)&lt;/TD&gt;&lt;TD&gt;HR Call Center&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 16:07:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2880773#M93241</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-02T16:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2880971#M93252</link>
      <description>&lt;P&gt;perfect i will try with those data and then upload my pbix file, give me a few minutes &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 17:31:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2880971#M93252</guid>
      <dc:creator>lukiz84</dc:creator>
      <dc:date>2022-11-02T17:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2881000#M93253</link>
      <description>&lt;P&gt;Hi, i've added another matrix with a different behaviour, please see the pbix file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/u/s!AjI-wCUgwzyu8SlfXXLz6DACVwhm?e=RhIp1f" target="_blank"&gt;https://1drv.ms/u/s!AjI-wCUgwzyu8SlfXXLz6DACVwhm?e=RhIp1f&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 17:44:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2881000#M93253</guid>
      <dc:creator>lukiz84</dc:creator>
      <dc:date>2022-11-02T17:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a Slicer with AND Function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2881014#M93256</link>
      <description>&lt;P&gt;Hi, you are so awesome!&amp;nbsp; Thank you so much for your help, I really appreciate it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 17:54:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Creating-a-Slicer-with-AND-Function/m-p/2881014#M93256</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-02T17:54:08Z</dc:date>
    </item>
  </channel>
</rss>

