<?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 Create calculated table with unique value from last date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-table-with-unique-value-from-last-date/m-p/1445322#M27077</link>
    <description>&lt;P&gt;Hi! I created this example for the problem, i have this table:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;and i would like to create a new &lt;U&gt;calculated table&lt;/U&gt; with unique "Name" values where "Date" displays the last date and te corresponding value of the column "value", something like this behind: (this is just a example that i made in excel)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;i tried SUMMARIZE, but doesn't seems to work, I'm missing something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all for your help!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Oct 2020 17:08:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-10-20T17:08:56Z</dc:date>
    <item>
      <title>Create calculated table with unique value from last date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-table-with-unique-value-from-last-date/m-p/1445322#M27077</link>
      <description>&lt;P&gt;Hi! I created this example for the problem, i have this table:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;and i would like to create a new &lt;U&gt;calculated table&lt;/U&gt; with unique "Name" values where "Date" displays the last date and te corresponding value of the column "value", something like this behind: (this is just a example that i made in excel)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;i tried SUMMARIZE, but doesn't seems to work, I'm missing something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all for your help!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 17:08:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-table-with-unique-value-from-last-date/m-p/1445322#M27077</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-20T17:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create calculated table with unique value from last date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-table-with-unique-value-from-last-date/m-p/1445395#M27081</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;NewTable =
FILTER (
    Table1,
    Table1[Date] = CALCULATE ( MAX ( Table1[Date] ), ALLEXCEPT ( Table1, Table1[Name] ) )
)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;STRONG&gt;Please mark the question solved when done and consider &lt;FONT color="#FF9900"&gt;giving kudos if posts are helpful.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Contact me privately for support with any larger-scale BI needs, tutoring, etc.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Cheers&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 18:22:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-calculated-table-with-unique-value-from-last-date/m-p/1445395#M27081</guid>
      <dc:creator>AlB</dc:creator>
      <dc:date>2020-10-20T18:22:16Z</dc:date>
    </item>
  </channel>
</rss>

