<?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 Calculate the value of the column that is a unique customer by the recent date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-the-value-of-the-column-that-is-a-unique-customer-by/m-p/1189805#M18784</link>
    <description>&lt;P&gt;Good afternoon!&lt;/P&gt;&lt;P&gt;I am having difficulty adding the debit that is a single CLIENT with the most recent date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DATE; CLIENT; DEBIT;&lt;BR /&gt;03/03/2019; 30050; 554.20&lt;BR /&gt;03/15/2019; 30050; 300.28&lt;BR /&gt;03/19/2019; 30050; 300.28&lt;BR /&gt;03/07/2019; 28440; 254.65&lt;BR /&gt;03/17/2019; 28440; 458.74&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;03/19/2019; 30050; 300.28&lt;BR /&gt;03/17/2019; 28440; 458.74&lt;/P&gt;&lt;P&gt;Thankful,&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jun 2020 16:59:02 GMT</pubDate>
    <dc:creator>acplj</dc:creator>
    <dc:date>2020-06-29T16:59:02Z</dc:date>
    <item>
      <title>Calculate the value of the column that is a unique customer by the recent date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-the-value-of-the-column-that-is-a-unique-customer-by/m-p/1189805#M18784</link>
      <description>&lt;P&gt;Good afternoon!&lt;/P&gt;&lt;P&gt;I am having difficulty adding the debit that is a single CLIENT with the most recent date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DATE; CLIENT; DEBIT;&lt;BR /&gt;03/03/2019; 30050; 554.20&lt;BR /&gt;03/15/2019; 30050; 300.28&lt;BR /&gt;03/19/2019; 30050; 300.28&lt;BR /&gt;03/07/2019; 28440; 254.65&lt;BR /&gt;03/17/2019; 28440; 458.74&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Result:&lt;BR /&gt;03/19/2019; 30050; 300.28&lt;BR /&gt;03/17/2019; 28440; 458.74&lt;/P&gt;&lt;P&gt;Thankful,&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 16:59:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-the-value-of-the-column-that-is-a-unique-customer-by/m-p/1189805#M18784</guid>
      <dc:creator>acplj</dc:creator>
      <dc:date>2020-06-29T16:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate the value of the column that is a unique customer by the recent date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-the-value-of-the-column-that-is-a-unique-customer-by/m-p/1189912#M18787</link>
      <description>&lt;P&gt;Here's an option for a measure using variables&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most recent =&amp;nbsp;&lt;/P&gt;&lt;P&gt;var c = selectedvalue('Table'[CLIENT])&lt;/P&gt;&lt;P&gt;var d = calculate(max('Table'[DATE]),'Table'[CLIENT]=c)&lt;/P&gt;&lt;P&gt;return calculate(sum('Table'[DEBIT]),'Table'[CLIENT]=c,'Table'[DATE]=d)&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 17:50:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-the-value-of-the-column-that-is-a-unique-customer-by/m-p/1189912#M18787</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-06-29T17:50:23Z</dc:date>
    </item>
  </channel>
</rss>

