<?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 best sellers column and filter in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/best-sellers-column-and-filter/m-p/3060847#M105750</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have created a simple matrix with the customers and their purchases, like in the next dummy example:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I would like to know if there's a way to add a column and/or a filter that shows who are the 3 top sellers, who are "1", "2" and "3" in this example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Files:&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/drive/folders/1HuK9I8zG1F3urpJhjnjxr4L3d15CoAko?usp=sharing" target="_blank"&gt;https://drive.google.com/drive/folders/1HuK9I8zG1F3urpJhjnjxr4L3d15CoAko?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Feb 2023 18:26:04 GMT</pubDate>
    <dc:creator>Laocsulak</dc:creator>
    <dc:date>2023-02-03T18:26:04Z</dc:date>
    <item>
      <title>best sellers column and filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/best-sellers-column-and-filter/m-p/3060847#M105750</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have created a simple matrix with the customers and their purchases, like in the next dummy example:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I would like to know if there's a way to add a column and/or a filter that shows who are the 3 top sellers, who are "1", "2" and "3" in this example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Files:&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/drive/folders/1HuK9I8zG1F3urpJhjnjxr4L3d15CoAko?usp=sharing" target="_blank"&gt;https://drive.google.com/drive/folders/1HuK9I8zG1F3urpJhjnjxr4L3d15CoAko?usp=sharing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 18:26:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/best-sellers-column-and-filter/m-p/3060847#M105750</guid>
      <dc:creator>Laocsulak</dc:creator>
      <dc:date>2023-02-03T18:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: best sellers column and filter</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/best-sellers-column-and-filter/m-p/3061199#M105775</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="477226" data-lia-user-login="Laocsulak" class="lia-mention lia-mention-user"&gt;Laocsulak&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try to add a measure to the matrix visual:&lt;/P&gt;&lt;DIV&gt;Ranking =&lt;/DIV&gt;&lt;DIV&gt;RANKX(&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; ALLSLEECTED(TableName[buyer]),&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; CALCULATE(SUM(TableName[amount]))&lt;/DIV&gt;&lt;DIV&gt;)&lt;/DIV&gt;</description>
      <pubDate>Fri, 03 Feb 2023 23:26:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/best-sellers-column-and-filter/m-p/3061199#M105775</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-02-03T23:26:29Z</dc:date>
    </item>
  </channel>
</rss>

