<?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: How can I get the uniqe list off Last occurred for each category? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2621212#M76356</link>
    <description>&lt;P&gt;Sorry Mohammad,&lt;/P&gt;&lt;P&gt;It was too late last night I didn't see your reply. Here is a sample file with the solution&amp;nbsp;&lt;A href="https://we.tl/t-rBJAfyJOu4" target="_blank"&gt;https://we.tl/t-rBJAfyJOu4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Last Price = 
VAR MaxIndex = MAX ( Products[Index] )
RETURN
    CALCULATE ( 
        MAX ( Products[Prices] ),
        Products[Index] = MaxIndex
    )&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 06 Jul 2022 03:40:14 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-07-06T03:40:14Z</dc:date>
    <item>
      <title>How can I get the uniqe list off Last occurred for each category?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2620730#M76308</link>
      <description>&lt;P&gt;Hi every one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have this list:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;products---Prices&lt;/P&gt;&lt;P&gt;product1---1000&lt;/P&gt;&lt;P&gt;product2---2000&lt;/P&gt;&lt;P&gt;product1---900&lt;/P&gt;&lt;P&gt;product3---4000&lt;/P&gt;&lt;P&gt;product2---5000&lt;/P&gt;&lt;P&gt;product3---6000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and I wand to get the&amp;nbsp;uniqe list off Last prices for each products with DAX Like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;products---Prices&lt;/P&gt;&lt;P&gt;product1---900&lt;/P&gt;&lt;P&gt;product2---5000&lt;/P&gt;&lt;P&gt;product3---6000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 19:21:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2620730#M76308</guid>
      <dc:creator>MohamadAshuryan</dc:creator>
      <dc:date>2022-07-05T19:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the uniqe list off Last occurred for each category?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2620737#M76309</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="409167" data-lia-user-login="MohamadAshuryan" class="lia-mention lia-mention-user"&gt;MohamadAshuryan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do you have index or date column?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 19:24:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2620737#M76309</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-05T19:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the uniqe list off Last occurred for each category?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2620739#M76310</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;tamerj1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;No, Suppose we have only these two columns.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 19:27:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2620739#M76310</guid>
      <dc:creator>MohamadAshuryan</dc:creator>
      <dc:date>2022-07-05T19:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the uniqe list off Last occurred for each category?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2620742#M76311</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="409167" data-lia-user-login="MohamadAshuryan" class="lia-mention lia-mention-user"&gt;MohamadAshuryan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then the required result is not possible&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 19:28:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2620742#M76311</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-05T19:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the uniqe list off Last occurred for each category?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2620744#M76312</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="409167" data-lia-user-login="MohamadAshuryan" class="lia-mention lia-mention-user"&gt;MohamadAshuryan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can't you add index column using Power Query?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 19:29:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2620744#M76312</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-05T19:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the uniqe list off Last occurred for each category?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2620746#M76314</link>
      <description>&lt;P&gt;How can I do that?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 19:31:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2620746#M76314</guid>
      <dc:creator>MohamadAshuryan</dc:creator>
      <dc:date>2022-07-05T19:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the uniqe list off Last occurred for each category?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2620764#M76317</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="409167" data-lia-user-login="MohamadAshuryan" class="lia-mention lia-mention-user"&gt;MohamadAshuryan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;open the query editor. From the add columns tab select add index column.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 19:40:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2620764#M76317</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-05T19:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the uniqe list off Last occurred for each category?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2620780#M76318</link>
      <description>&lt;P&gt;So what shoud I do next?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 19:49:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2620780#M76318</guid>
      <dc:creator>MohamadAshuryan</dc:creator>
      <dc:date>2022-07-05T19:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the uniqe list off Last occurred for each category?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2621212#M76356</link>
      <description>&lt;P&gt;Sorry Mohammad,&lt;/P&gt;&lt;P&gt;It was too late last night I didn't see your reply. Here is a sample file with the solution&amp;nbsp;&lt;A href="https://we.tl/t-rBJAfyJOu4" target="_blank"&gt;https://we.tl/t-rBJAfyJOu4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Last Price = 
VAR MaxIndex = MAX ( Products[Index] )
RETURN
    CALCULATE ( 
        MAX ( Products[Prices] ),
        Products[Index] = MaxIndex
    )&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 06 Jul 2022 03:40:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2621212#M76356</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-06T03:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get the uniqe list off Last occurred for each category?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2627521#M76725</link>
      <description>&lt;P&gt;Thank you very much&amp;nbsp;&lt;SPAN&gt;tamerj1.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 11:20:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-the-uniqe-list-off-Last-occurred-for-each-category/m-p/2627521#M76725</guid>
      <dc:creator>MohamadAshuryan</dc:creator>
      <dc:date>2022-07-08T11:20:03Z</dc:date>
    </item>
  </channel>
</rss>

