<?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: To find the top 3 comments in the column and to display the same in three different columns in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-find-the-top-3-comments-in-the-column-and-to-display-the-same/m-p/818283#M5504</link>
    <description>&lt;P&gt;This formula helped me in getting the top most occuring value. But unable to modify the formula for the 2nd and top occuring values.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Top_First ActionItem = CALCULATE(FIRSTNONBLANK(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TOPN(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;(VALUES(DB_CX_2018_V6_V2_New[Action Items])),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RANKX(ALL(DB_CX_2018_V6_V2_New[Action Items]),[Count_Action Items],,ASC)),1),FILTER(DB_CX_2018_V6_V2_New,DB_CX_2018_V6_V2_New[Survey_Year]="2019"))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Any suggestions?&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 15 Oct 2019 10:26:22 GMT</pubDate>
    <dc:creator>aparnavjyn</dc:creator>
    <dc:date>2019-10-15T10:26:22Z</dc:date>
    <item>
      <title>To find the top 3 comments in the column and to display the same in three different columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-find-the-top-3-comments-in-the-column-and-to-display-the-same/m-p/816820#M5436</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a set of Comment categories for various productgroups. I need to find the top 3 most repeated comment category for the Survey year "2019" and display it as a part of a matrix. Any help is appreciated. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 04:45:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-find-the-top-3-comments-in-the-column-and-to-display-the-same/m-p/816820#M5436</guid>
      <dc:creator>aparnavjyn</dc:creator>
      <dc:date>2019-10-14T04:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: To find the top 3 comments in the column and to display the same in three different columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-find-the-top-3-comments-in-the-column-and-to-display-the-same/m-p/816872#M5438</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you could share some sample data and the expected resut that would help.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 06:11:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-find-the-top-3-comments-in-the-column-and-to-display-the-same/m-p/816872#M5438</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-14T06:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: To find the top 3 comments in the column and to display the same in three different columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-find-the-top-3-comments-in-the-column-and-to-display-the-same/m-p/816887#M5439</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please find the attached sample data. Tab1 contains Data Sample and Tab 2 contains the Required result.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1OzGPP45J3XyqlRU7z8MwdCpCaDKtK7AI/view?usp=sharing" target="_self"&gt;Sample Data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Aparna&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Mon, 14 Oct 2019 06:29:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-find-the-top-3-comments-in-the-column-and-to-display-the-same/m-p/816887#M5439</guid>
      <dc:creator>aparnavjyn</dc:creator>
      <dc:date>2019-10-14T06:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: To find the top 3 comments in the column and to display the same in three different columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-find-the-top-3-comments-in-the-column-and-to-display-the-same/m-p/818283#M5504</link>
      <description>&lt;P&gt;This formula helped me in getting the top most occuring value. But unable to modify the formula for the 2nd and top occuring values.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Top_First ActionItem = CALCULATE(FIRSTNONBLANK(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TOPN(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;1,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;(VALUES(DB_CX_2018_V6_V2_New[Action Items])),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RANKX(ALL(DB_CX_2018_V6_V2_New[Action Items]),[Count_Action Items],,ASC)),1),FILTER(DB_CX_2018_V6_V2_New,DB_CX_2018_V6_V2_New[Survey_Year]="2019"))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Any suggestions?&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 15 Oct 2019 10:26:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/To-find-the-top-3-comments-in-the-column-and-to-display-the-same/m-p/818283#M5504</guid>
      <dc:creator>aparnavjyn</dc:creator>
      <dc:date>2019-10-15T10:26:22Z</dc:date>
    </item>
  </channel>
</rss>

