<?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: Understanding of row context in detail with this example in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Understanding-of-row-context-in-detail-with-this-example/m-p/3167860#M114071</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nothing wrong. It should work. Double check that you are creating a calculated column in the same table that is referenced inside FILTER function&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 02 Apr 2023 15:43:03 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-04-02T15:43:03Z</dc:date>
    <item>
      <title>Understanding of row context in detail with this example</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Understanding-of-row-context-in-detail-with-this-example/m-p/3167835#M114068</link>
      <description>&lt;P&gt;I am trying to create the below calculated column to understand the row context in detail.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here I am trying to rank net value. The var net_value is used to get the current row in the table and var max_value is used to get list of all the rows greated than the currect net value and count rows in the end.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this formula is giving blank return, Can anyone explain whats the error in the below formula.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;EM&gt;Rank PO ITem = &lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;var net_value = 'Table'[ &amp;nbsp;Net value]&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;var max_value = &lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; FILTER(Table,&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Table'[ &amp;nbsp;Net value] &amp;gt; net_value&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ) &amp;nbsp;&lt;/EM&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;EM&gt;RETURN COUNTROWS(max_value)&lt;/EM&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 02 Apr 2023 15:04:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Understanding-of-row-context-in-detail-with-this-example/m-p/3167835#M114068</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-04-02T15:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding of row context in detail with this example</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Understanding-of-row-context-in-detail-with-this-example/m-p/3167860#M114071</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nothing wrong. It should work. Double check that you are creating a calculated column in the same table that is referenced inside FILTER function&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 15:43:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Understanding-of-row-context-in-detail-with-this-example/m-p/3167860#M114071</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-04-02T15:43:03Z</dc:date>
    </item>
  </channel>
</rss>

