<?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: 4th highest revenue generating product in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4th-highest-revenue-generating-product/m-p/3160658#M113496</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="463798" data-lia-user-login="MSMKM" class="lia-mention lia-mention-user"&gt;MSMKM&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;4th Highest Product =
MAXX (
    TOPN (
        1,
        TOPN (
            4,
            VALUES ( 'Table'[productName] ),
            CALCULATE ( SUM ( 'Table'[revenue] ) ), DESC
        ),
        CALCULATE ( SUM ( 'Table'[revenue] ) ), ASC
    ),
    'Table'[productName]
)&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 29 Mar 2023 11:27:47 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-03-29T11:27:47Z</dc:date>
    <item>
      <title>4th highest revenue generating product</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4th-highest-revenue-generating-product/m-p/3160633#M113493</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need to find out the&amp;nbsp;4th highest revenue generating product&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here the data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;orderno, productName, revenue&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1,a,100&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2,b,200&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3,c,300&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4,d,50&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5,e,800&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Mar 2023 11:09:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4th-highest-revenue-generating-product/m-p/3160633#M113493</guid>
      <dc:creator>MSMKM</dc:creator>
      <dc:date>2023-03-29T11:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: 4th highest revenue generating product</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4th-highest-revenue-generating-product/m-p/3160658#M113496</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="463798" data-lia-user-login="MSMKM" class="lia-mention lia-mention-user"&gt;MSMKM&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;4th Highest Product =
MAXX (
    TOPN (
        1,
        TOPN (
            4,
            VALUES ( 'Table'[productName] ),
            CALCULATE ( SUM ( 'Table'[revenue] ) ), DESC
        ),
        CALCULATE ( SUM ( 'Table'[revenue] ) ), ASC
    ),
    'Table'[productName]
)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 29 Mar 2023 11:27:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4th-highest-revenue-generating-product/m-p/3160658#M113496</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-03-29T11:27:47Z</dc:date>
    </item>
  </channel>
</rss>

