<?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: Measure issue - question in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-issue-question/m-p/2121638#M48628</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="217650" data-lia-user-login="channah1" class="lia-mention lia-mention-user"&gt;channah1&lt;/a&gt;&amp;nbsp; Hi, you can create a calculate column using SWITCH function as below;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Equipment2 = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;SWITCH(TRUE,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-60px"&gt;&lt;SPAN&gt;Yourtable[Equipment] in {"BasicOption1","BasicOption2","BasicOption3"}, "Basic",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-60px"&gt;&lt;SPAN&gt;Yourtable[Equipment] in {"InterOption1","InterOption2","InterOption3"}, "Intermediate",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-60px"&gt;&lt;SPAN&gt;Yourtable[Equipment] in {"AdvanOption1","AdvanOption2","AdvanOption3"}, "Advanced")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please mark as soluntion if this helped.&lt;/P&gt;</description>
    <pubDate>Thu, 07 Oct 2021 13:20:53 GMT</pubDate>
    <dc:creator>colacan</dc:creator>
    <dc:date>2021-10-07T13:20:53Z</dc:date>
    <item>
      <title>Measure issue - question</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-issue-question/m-p/2121503#M48614</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attempting to create a new method of tracking qualifications.&lt;/P&gt;&lt;P&gt;The data is in the format below&lt;/P&gt;&lt;P&gt;Employee Name // Equipment // Qualification&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are around 50 pieces of equipment&lt;/P&gt;&lt;P&gt;There is 3 levels of qualification for each piece of equipment (Basic, Intermediate &amp;amp; Advanced)&lt;/P&gt;&lt;P&gt;Each Qualification is put in as a new line item. So someone who is advanced at a certain piece of equipment will have 3 line items for one piece equipment. Someone who is intermediate will only have two.&lt;/P&gt;&lt;P&gt;The main issue I am having is that a lot of the qualification names have changed over the years e.g. BASIC for a specific piece of equipment can have 8 different names but all represent the same qualification.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would a measure or column like the following be possible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IF(qualification column) = (Basic Option 1,Basic Option 2,Basic Option3…) = basic OR IF(qualification column) = (Intermediate Option 1, Intermediate Option 2, Intermediate Option 3….) = Intermediate OR IF(qualification column) = (advanced Option 1, advanced option 2, advanced option 3…) = advanced OR IF(qualification column) ≠ (Basic Option 1,Basic Option 2,Basic Option3… + Intermediate Option 1, Intermediate Option 2, Intermediate Option 3…. + advanced Option 1, advanced option 2, advanced option 3…) = NA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it is possible would someone be able to help with an example format or how to input the coding?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;CH&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 12:26:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-issue-question/m-p/2121503#M48614</guid>
      <dc:creator>channah1</dc:creator>
      <dc:date>2021-10-07T12:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Measure issue - question</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-issue-question/m-p/2121638#M48628</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="217650" data-lia-user-login="channah1" class="lia-mention lia-mention-user"&gt;channah1&lt;/a&gt;&amp;nbsp; Hi, you can create a calculate column using SWITCH function as below;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Equipment2 = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;SWITCH(TRUE,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-60px"&gt;&lt;SPAN&gt;Yourtable[Equipment] in {"BasicOption1","BasicOption2","BasicOption3"}, "Basic",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-60px"&gt;&lt;SPAN&gt;Yourtable[Equipment] in {"InterOption1","InterOption2","InterOption3"}, "Intermediate",&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-60px"&gt;&lt;SPAN&gt;Yourtable[Equipment] in {"AdvanOption1","AdvanOption2","AdvanOption3"}, "Advanced")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please mark as soluntion if this helped.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 13:20:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-issue-question/m-p/2121638#M48628</guid>
      <dc:creator>colacan</dc:creator>
      <dc:date>2021-10-07T13:20:53Z</dc:date>
    </item>
  </channel>
</rss>

