<?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 implement algorithm with DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/implement-algorithm-with-DAX/m-p/2303745#M56983</link>
    <description>&lt;P&gt;I have some use case and think if it is implementable inside Power BI with DAX?&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;&lt;P&gt;Each job title has specific minimum competence requirements for each level (1-low level; 2-medium leve; 3-high level)&lt;/P&gt;&lt;P&gt;Then each person is evaluated for each competence by his manager.&lt;/P&gt;&lt;P&gt;The algorithm has to automatically calculate job title level which to assign to each employee.&lt;/P&gt;&lt;P&gt;For example, John job title result "Developer 2", because he does not have sufficient "Planning" skills for Developer 3. Because he does not meet the all of the minimum requirements, the highest job title he can get is "Developer 2".&lt;/P&gt;&lt;P&gt;There can be different requirements for different job titles, e.g. Developer vs. Salesman.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jan 2022 20:57:55 GMT</pubDate>
    <dc:creator>froxas</dc:creator>
    <dc:date>2022-01-26T20:57:55Z</dc:date>
    <item>
      <title>implement algorithm with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/implement-algorithm-with-DAX/m-p/2303745#M56983</link>
      <description>&lt;P&gt;I have some use case and think if it is implementable inside Power BI with DAX?&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;&lt;P&gt;Each job title has specific minimum competence requirements for each level (1-low level; 2-medium leve; 3-high level)&lt;/P&gt;&lt;P&gt;Then each person is evaluated for each competence by his manager.&lt;/P&gt;&lt;P&gt;The algorithm has to automatically calculate job title level which to assign to each employee.&lt;/P&gt;&lt;P&gt;For example, John job title result "Developer 2", because he does not have sufficient "Planning" skills for Developer 3. Because he does not meet the all of the minimum requirements, the highest job title he can get is "Developer 2".&lt;/P&gt;&lt;P&gt;There can be different requirements for different job titles, e.g. Developer vs. Salesman.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 20:57:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/implement-algorithm-with-DAX/m-p/2303745#M56983</guid>
      <dc:creator>froxas</dc:creator>
      <dc:date>2022-01-26T20:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: implement algorithm with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/implement-algorithm-with-DAX/m-p/2304002#M56996</link>
      <description>&lt;P&gt;Firstly, unpivot your job tilte table&lt;/P&gt;
&lt;P&gt;then create a dimension table of job levels and add sorted index&lt;/P&gt;
&lt;P&gt;then create a measure to get the maximum level of which all &lt;SPAN&gt;competence requirements&lt;/SPAN&gt;&amp;nbsp;are less than the employee's artributes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jan 2022 00:17:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/implement-algorithm-with-DAX/m-p/2304002#M56996</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2022-01-27T00:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: implement algorithm with DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/implement-algorithm-with-DAX/m-p/2312000#M57503</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="112702" data-lia-user-login="froxas" class="lia-mention lia-mention-user"&gt;froxas&lt;/a&gt;&amp;nbsp;;&lt;/P&gt;
&lt;P&gt;I think it's possible, but what about your table structure? Are there two tables in the picture or one table? Can you share more information?&lt;/P&gt;
&lt;P&gt;It makes it easier to give you a solution.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team_ Yalan Wu&lt;BR /&gt;If this post helps, then please consider&lt;STRONG&gt;&lt;EM&gt; Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 02:15:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/implement-algorithm-with-DAX/m-p/2312000#M57503</guid>
      <dc:creator>v-yalanwu-msft</dc:creator>
      <dc:date>2022-02-01T02:15:58Z</dc:date>
    </item>
  </channel>
</rss>

