<?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 KPI Rankx on existing measures in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-Rankx-on-existing-measures/m-p/1595315#M31977</link>
    <description>&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying to figure out how I can incorporate Rankx on the current table.&amp;nbsp;More or less it has more than a 1000 rows that has different dates on it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far these are measurements created using fields inside the table. The Goal is to Rank them individually and it seems the approach that I am using is not working. For example, Separate Rank for IB AHT, Hold, Talk, and Work.&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;I was thinking if this something needs to be created in power query as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/u/s!AjQv0bhmmbWnhQPNogYiMGgPAOnA?e=GXvgbQ" target="_self"&gt;Sample Pbix file&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jan 2021 21:25:35 GMT</pubDate>
    <dc:creator>v_mark</dc:creator>
    <dc:date>2021-01-12T21:25:35Z</dc:date>
    <item>
      <title>KPI Rankx on existing measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-Rankx-on-existing-measures/m-p/1595315#M31977</link>
      <description>&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying to figure out how I can incorporate Rankx on the current table.&amp;nbsp;More or less it has more than a 1000 rows that has different dates on it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far these are measurements created using fields inside the table. The Goal is to Rank them individually and it seems the approach that I am using is not working. For example, Separate Rank for IB AHT, Hold, Talk, and Work.&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;I was thinking if this something needs to be created in power query as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://1drv.ms/u/s!AjQv0bhmmbWnhQPNogYiMGgPAOnA?e=GXvgbQ" target="_self"&gt;Sample Pbix file&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 21:25:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-Rankx-on-existing-measures/m-p/1595315#M31977</guid>
      <dc:creator>v_mark</dc:creator>
      <dc:date>2021-01-12T21:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: KPI Rankx on existing measures</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-Rankx-on-existing-measures/m-p/1595516#M31982</link>
      <description>&lt;P&gt;Not totally sure what you mean, but here is a measure expression to get the rank for one of your existing measures.&amp;nbsp; Add it to a table visual with the EmployeeName column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;IB AHT Rank = RANKX(ALL('Call Data'[EmployeeName1Current]), [IB AHT])&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Pat&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Jan 2021 01:09:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/KPI-Rankx-on-existing-measures/m-p/1595516#M31982</guid>
      <dc:creator>mahoneypat</dc:creator>
      <dc:date>2021-01-13T01:09:58Z</dc:date>
    </item>
  </channel>
</rss>

