<?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: Get Latest column Value in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Get-Latest-column-Value/m-p/433985#M13351</link>
    <description>&lt;P&gt;You could create a VAR that does something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Measure = 
VAR __maxDate = MAX('Table'[AppDate])
RETURN ...&lt;/PRE&gt;&lt;P&gt;For the RETURN portion, you would use your __maxDate in a FILTER or something similar like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Measure = 
VAR __maxDate = MAX('Table'[AppDate])
RETURN SUMX(FILTER('Table',[AppDate]=__maxDate),[Loanamount])&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jun 2018 19:19:46 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2018-06-06T19:19:46Z</dc:date>
    <item>
      <title>Get Latest column Value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-Latest-column-Value/m-p/433940#M13350</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="latestValue.png" style="width: 468px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/99689i2CE5CCC43DA6194A/image-size/large?v=v2&amp;amp;px=999" role="button" title="latestValue.png" alt="latestValue.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we are trying to find the LoanAmount value on the latestAppDate. If we use filter to select IsApproved = 'Yes' then table contains 2 rows with AppDate as 01-Jun and 03-Jun in this case i need&amp;nbsp; Loanamount as 110(latest is 03-Jun) similarly, if i select filter IsApproved = 'No',&amp;nbsp; we expect LoanAmount value as 90. Appreciate your help on this.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 18:30:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-Latest-column-Value/m-p/433940#M13350</guid>
      <dc:creator>pulikkan</dc:creator>
      <dc:date>2018-06-06T18:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get Latest column Value</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-Latest-column-Value/m-p/433985#M13351</link>
      <description>&lt;P&gt;You could create a VAR that does something like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Measure = 
VAR __maxDate = MAX('Table'[AppDate])
RETURN ...&lt;/PRE&gt;&lt;P&gt;For the RETURN portion, you would use your __maxDate in a FILTER or something similar like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Measure = 
VAR __maxDate = MAX('Table'[AppDate])
RETURN SUMX(FILTER('Table',[AppDate]=__maxDate),[Loanamount])&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2018 19:19:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-Latest-column-Value/m-p/433985#M13351</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2018-06-06T19:19:46Z</dc:date>
    </item>
  </channel>
</rss>

