<?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: Remove Duplicate using Dax in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Remove-Duplicate-using-Dax/m-p/2215462#M33236</link>
    <description>&lt;P&gt;Please add an index column in query editor then create measure like below and apply it to visual level filter:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = RANKX(ALLSELECTED('Table'[Plant Name]),CALCULATE(MAX('Table'[Index])))&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vlianlmsft_0-1638340010298.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/637867i62F113C957CC04A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vlianlmsft_0-1638340010298.png" alt="Vlianlmsft_0-1638340010298.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Dec 2021 06:27:05 GMT</pubDate>
    <dc:creator>V-lianl-msft</dc:creator>
    <dc:date>2021-12-01T06:27:05Z</dc:date>
    <item>
      <title>Remove Duplicate using Dax</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Remove-Duplicate-using-Dax/m-p/2208511#M33154</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a slicer which I can select the plant name. For instance, when I select one of the plant name (Bukit Jalil), it has the following outcome.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="py1029_0-1637892577966.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/636205iE8813904B1B19222/image-size/medium?v=v2&amp;amp;px=400" role="button" title="py1029_0-1637892577966.png" alt="py1029_0-1637892577966.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I select another plant name (Ampang Jaya), I got this outcome&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="py1029_1-1637892635268.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/636206iB899F7F9481B479A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="py1029_1-1637892635268.png" alt="py1029_1-1637892635268.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I multi select these two plants (e.g. Bukit Jalil and Ampang Jaya), I got this result.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="py1029_2-1637892719150.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/636207i2FF4CBE577E235B8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="py1029_2-1637892719150.png" alt="py1029_2-1637892719150.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How do I remove the duplicate Project (Nova Residence) and make it appears &lt;STRONG&gt;once&lt;/STRONG&gt; using dax?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 02:16:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Remove-Duplicate-using-Dax/m-p/2208511#M33154</guid>
      <dc:creator>py1029</dc:creator>
      <dc:date>2021-11-26T02:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Duplicate using Dax</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Remove-Duplicate-using-Dax/m-p/2209780#M33169</link>
      <description>&lt;P&gt;Remove the Plant Name column from your Current Outcome, and specify the distance as some sort of aggregation, like minimum, or average.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 16:26:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Remove-Duplicate-using-Dax/m-p/2209780#M33169</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2021-11-26T16:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Duplicate using Dax</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Remove-Duplicate-using-Dax/m-p/2215462#M33236</link>
      <description>&lt;P&gt;Please add an index column in query editor then create measure like below and apply it to visual level filter:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = RANKX(ALLSELECTED('Table'[Plant Name]),CALCULATE(MAX('Table'[Index])))&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vlianlmsft_0-1638340010298.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/637867i62F113C957CC04A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vlianlmsft_0-1638340010298.png" alt="Vlianlmsft_0-1638340010298.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 06:27:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Remove-Duplicate-using-Dax/m-p/2215462#M33236</guid>
      <dc:creator>V-lianl-msft</dc:creator>
      <dc:date>2021-12-01T06:27:05Z</dc:date>
    </item>
  </channel>
</rss>

