<?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 Making RANKX Measure Work ignoring blank values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-RANKX-Measure-Work-ignoring-blank-values/m-p/1172560#M18136</link>
    <description>&lt;P&gt;Hi everyone, i've been trying to make a rankx function with this example of database&lt;BR /&gt;&lt;BR /&gt;Please View the PBIX file clicking &lt;A href="https://onedrive.live.com/?id=A59AE411413D6E09%213107&amp;amp;cid=A59AE411413D6E09" target="_self"&gt;HERE&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What i'm trying to do is a rank that ignores the blank values but the problem is that i'm only getting "1" value in all rows on the table visual. (If someone can explain the formular required to solve this i will appreciate it)&lt;BR /&gt;&lt;BR /&gt;Thank you for reading.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 21 Jun 2020 19:33:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-21T19:33:36Z</dc:date>
    <item>
      <title>Making RANKX Measure Work ignoring blank values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-RANKX-Measure-Work-ignoring-blank-values/m-p/1172560#M18136</link>
      <description>&lt;P&gt;Hi everyone, i've been trying to make a rankx function with this example of database&lt;BR /&gt;&lt;BR /&gt;Please View the PBIX file clicking &lt;A href="https://onedrive.live.com/?id=A59AE411413D6E09%213107&amp;amp;cid=A59AE411413D6E09" target="_self"&gt;HERE&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What i'm trying to do is a rank that ignores the blank values but the problem is that i'm only getting "1" value in all rows on the table visual. (If someone can explain the formular required to solve this i will appreciate it)&lt;BR /&gt;&lt;BR /&gt;Thank you for reading.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jun 2020 19:33:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-RANKX-Measure-Work-ignoring-blank-values/m-p/1172560#M18136</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-21T19:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Making RANKX Measure Work ignoring blank values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-RANKX-Measure-Work-ignoring-blank-values/m-p/1172678#M18152</link>
      <description>&lt;P&gt;Hello&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file is not available on the link you have shared. Please share the file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;BR /&gt;Vivek&lt;BR /&gt;&lt;BR /&gt;Blog: &lt;A href="https://www.vivran.in/my-blog" target="_blank"&gt;vivran.in/my-blog&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.linkedin.com/in/vivek-ranjan-063a1a17b/" target="_blank"&gt;Connect on LinkedIn&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://twitter.com/imvivran" target="_blank"&gt;Follow on Twitter&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 01:36:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-RANKX-Measure-Work-ignoring-blank-values/m-p/1172678#M18152</guid>
      <dc:creator>vivran22</dc:creator>
      <dc:date>2020-06-22T01:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Making RANKX Measure Work ignoring blank values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-RANKX-Measure-Work-ignoring-blank-values/m-p/1173465#M18186</link>
      <description>&lt;P&gt;Got it, &lt;A href="https://1drv.ms/u/s!AgluPUER5JqlmCq6K_F-6mzHL-kQ?e=8pJp7Y" target="_self"&gt;CLIC HERE&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 11:16:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-RANKX-Measure-Work-ignoring-blank-values/m-p/1173465#M18186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-22T11:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Making RANKX Measure Work ignoring blank values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-RANKX-Measure-Work-ignoring-blank-values/m-p/1173483#M18188</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&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;Create 2 measure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Average Sales 1 = CALCULATE(SUM(Sales[Average Sales per Day]), FILTER(Sales,Sales[Seller Name] = MAX(Sales[Seller Name])))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Rank = RANKX(ALL(Sales[Seller Name]),[Average Sales 1],,DESC,Dense)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;Regards,&lt;BR /&gt;Harsh Nathani&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Jun 2020 11:41:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Making-RANKX-Measure-Work-ignoring-blank-values/m-p/1173483#M18188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-22T11:41:13Z</dc:date>
    </item>
  </channel>
</rss>

