<?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 RankX Problems with Part #'s and Description in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-Problems-with-Part-s-and-Description/m-p/60140#M43</link>
    <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just getting started with PBI and have found these forums very helpful so far. However, I've run into an issue with a current report that I'm hoping to get some help with. I've created a RANKX measure to calculate Top 10 failed parts by how much they've cost us, see below:&lt;BR /&gt;&lt;BR /&gt;Top10Part$$$ = RANKX(ALL(D_CLAIM_COF_VW[COF_PART_NUMBER]),[SumOfTotalAccpt])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, because I've only used&amp;nbsp;the part number field, only the part number is displayed&amp;nbsp;and not the actual description, which resides in this column:&amp;nbsp;&lt;SPAN&gt;COF_PART_DESC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've added&amp;nbsp;COF_PART_DESC to the tool tips, however, it only shows a count of the values and these are text strings. I need a way to display both the Part Number and Part Description in the same visual. Can I edit my RANKX function to do this or is there another way this should be done?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Aug 2016 20:45:38 GMT</pubDate>
    <dc:creator>ThisIsFrank</dc:creator>
    <dc:date>2016-08-18T20:45:38Z</dc:date>
    <item>
      <title>RankX Problems with Part #'s and Description</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-Problems-with-Part-s-and-Description/m-p/60140#M43</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just getting started with PBI and have found these forums very helpful so far. However, I've run into an issue with a current report that I'm hoping to get some help with. I've created a RANKX measure to calculate Top 10 failed parts by how much they've cost us, see below:&lt;BR /&gt;&lt;BR /&gt;Top10Part$$$ = RANKX(ALL(D_CLAIM_COF_VW[COF_PART_NUMBER]),[SumOfTotalAccpt])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, because I've only used&amp;nbsp;the part number field, only the part number is displayed&amp;nbsp;and not the actual description, which resides in this column:&amp;nbsp;&lt;SPAN&gt;COF_PART_DESC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've added&amp;nbsp;COF_PART_DESC to the tool tips, however, it only shows a count of the values and these are text strings. I need a way to display both the Part Number and Part Description in the same visual. Can I edit my RANKX function to do this or is there another way this should be done?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2016 20:45:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-Problems-with-Part-s-and-Description/m-p/60140#M43</guid>
      <dc:creator>ThisIsFrank</dc:creator>
      <dc:date>2016-08-18T20:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: RankX Problems with Part #'s and Description</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-Problems-with-Part-s-and-Description/m-p/62998#M54</link>
      <description>&lt;P&gt;Hi, you need a new measure that you use as a tool tip. =FIRSTNONBLANK(Table1[&lt;SPAN&gt;COF_PART_DESC],1).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In my opinion this is a silly work around and too hard to do. It should be drop down change on the tool tip rather than this what i feel is a clunky fix..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;// if this is a solution, please mark as such.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2016 01:12:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RankX-Problems-with-Part-s-and-Description/m-p/62998#M54</guid>
      <dc:creator>samdthompson</dc:creator>
      <dc:date>2016-08-29T01:12:55Z</dc:date>
    </item>
  </channel>
</rss>

