<?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 Filter the same metric by top n and top bottom in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-the-same-metric-by-top-n-and-top-bottom/m-p/954805#M10888</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I did the top n and top bottom filters with DAX (RANX) as other tips explain. Currently i have both metrics (sales units top and sales units bottom) with the same values but one is to be able to filter by Top n and the other by Top Bottom.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way with DAX to join these two columns in only one being able to be filtered by top N and Top Bottom filters at the same time?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Mon, 02 Mar 2020 07:49:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-03-02T07:49:55Z</dc:date>
    <item>
      <title>Filter the same metric by top n and top bottom</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-the-same-metric-by-top-n-and-top-bottom/m-p/954805#M10888</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I did the top n and top bottom filters with DAX (RANX) as other tips explain. Currently i have both metrics (sales units top and sales units bottom) with the same values but one is to be able to filter by Top n and the other by Top Bottom.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way with DAX to join these two columns in only one being able to be filtered by top N and Top Bottom filters at the same time?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You!&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 02 Mar 2020 07:49:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-the-same-metric-by-top-n-and-top-bottom/m-p/954805#M10888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-02T07:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Filter the same metric by top n and top bottom</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-the-same-metric-by-top-n-and-top-bottom/m-p/955594#M10940</link>
      <description>Create a measure/calculated column:&lt;BR /&gt;TopAndBottomRank = &lt;BR /&gt;min( [RankTop], [RankBottom] )</description>
      <pubDate>Mon, 02 Mar 2020 16:46:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Filter-the-same-metric-by-top-n-and-top-bottom/m-p/955594#M10940</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-02T16:46:31Z</dc:date>
    </item>
  </channel>
</rss>

