<?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: Need Help in DAX--Finding Duplicates in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-in-DAX-Finding-Duplicates/m-p/2428996#M64603</link>
    <description>&lt;P&gt;You could create a column like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Has duplicate = 
var indexToCheck = IF( 'Table'[Index] = 1, 2, 1 )
return 'Table'[Contract Number] IN CALCULATETABLE( VALUES('Table'[Contract Number]), REMOVEFILTERS('Table'), 'Table'[Index] = indexToCheck)&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 31 Mar 2022 08:41:03 GMT</pubDate>
    <dc:creator>johnt75</dc:creator>
    <dc:date>2022-03-31T08:41:03Z</dc:date>
    <item>
      <title>Need Help in DAX--Finding Duplicates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-in-DAX-Finding-Duplicates/m-p/2428716#M64594</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello ,&lt;/P&gt;&lt;P&gt;Need your help on this&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;There are 2 Values in the Index Column i.e. 1 &amp;amp; 2 which indicates that these are coming from two different sources.&lt;BR /&gt;( I have appended these 2 sources and made a query in a single table which consists of 8 rows)&lt;/LI&gt;&lt;LI&gt;Now I want to create a calculated column where i need to find whether the contract number has duplicates or not between these 2 sources .&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;for instance Contract number "12" is present in both the sources 1 &amp;amp; 2 --Need to show if the contract Number from source 1 exists in source 2 or not.&lt;BR /&gt;if the contract number exists in source 2 then need to restrict this contract number from source 2 else will show the record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2022 07:07:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-in-DAX-Finding-Duplicates/m-p/2428716#M64594</guid>
      <dc:creator>MITHUN_NAIR</dc:creator>
      <dc:date>2022-03-31T07:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in DAX--Finding Duplicates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-in-DAX-Finding-Duplicates/m-p/2428996#M64603</link>
      <description>&lt;P&gt;You could create a column like&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Has duplicate = 
var indexToCheck = IF( 'Table'[Index] = 1, 2, 1 )
return 'Table'[Contract Number] IN CALCULATETABLE( VALUES('Table'[Contract Number]), REMOVEFILTERS('Table'), 'Table'[Index] = indexToCheck)&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 31 Mar 2022 08:41:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Help-in-DAX-Finding-Duplicates/m-p/2428996#M64603</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-03-31T08:41:03Z</dc:date>
    </item>
  </channel>
</rss>

