<?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 DAX - Identify Duplicate Column values in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/DAX-Identify-Duplicate-Column-values/m-p/329210#M9733</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to identify the duplicate values and&amp;nbsp;mark as sequential number (1,2,3...) using Rankx or Row Number Partition by functions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 27 Dec 2017 00:31:11 GMT</pubDate>
    <dc:creator>BIbeginner</dc:creator>
    <dc:date>2017-12-27T00:31:11Z</dc:date>
    <item>
      <title>DAX - Identify Duplicate Column values</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-Identify-Duplicate-Column-values/m-p/329210#M9733</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to identify the duplicate values and&amp;nbsp;mark as sequential number (1,2,3...) using Rankx or Row Number Partition by functions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 00:31:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-Identify-Duplicate-Column-values/m-p/329210#M9733</guid>
      <dc:creator>BIbeginner</dc:creator>
      <dc:date>2017-12-27T00:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: DAX - Identify Duplicate Column values</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-Identify-Duplicate-Column-values/m-p/329286#M9736</link>
      <description>&lt;P&gt;Not sure using Rankx or Row Number but below DAX works well if there is&lt;BR /&gt;unique field/id:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dup =&lt;BR /&gt;Var pid = Products[UNID]&lt;BR /&gt;return CALCULATE (&lt;BR /&gt;COUNTROWS ( Products ),&lt;BR /&gt;ALLEXCEPT ( Products, Products[EFFECTIVEDATE] ),&lt;BR /&gt;pid &amp;gt;= Products[UNID]&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;ALLEXCEPT ( Products, Products[EFFECTIVEDATE] ) is the field you want to find the duplicate by and&lt;BR /&gt;you can include multiple fileds here and Products[UNID] is unique filed/row identifier of the products table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 03:12:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-Identify-Duplicate-Column-values/m-p/329286#M9736</guid>
      <dc:creator>prakash_gautam</dc:creator>
      <dc:date>2017-12-27T03:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: DAX - Identify Duplicate Column values</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/DAX-Identify-Duplicate-Column-values/m-p/329471#M9747</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/47722"&gt;@BIbeginner&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Check replies in links below that use Power Query and DAX.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Remove-Rows-in-Dataset-based-on-most-recent-ID-and-email-address/td-p/225194" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Remove-Rows-in-Dataset-based-on-most-recent-ID-and-email-address/td-p/225194&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/how-can-I-show-top-3-data-with-a-combined-categories/td-p/192108" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/how-can-I-show-top-3-data-with-a-combined-categories/td-p/192108&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 27 Dec 2017 10:02:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/DAX-Identify-Duplicate-Column-values/m-p/329471#M9747</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2017-12-27T10:02:42Z</dc:date>
    </item>
  </channel>
</rss>

