<?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: DAX DUPLICATE ORDERS in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-DUPLICATE-ORDERS/m-p/1569125#M31257</link>
    <description>&lt;P&gt;Just put "CLONE NVL" in place of the 1 inside the IF.&amp;nbsp; Also, if you don't want to see the 0, you can replace that with other text or just BLANK().&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Pat&lt;/P&gt;</description>
    <pubDate>Thu, 24 Dec 2020 13:30:21 GMT</pubDate>
    <dc:creator>mahoneypat</dc:creator>
    <dc:date>2020-12-24T13:30:21Z</dc:date>
    <item>
      <title>DAX DUPLICATE ORDERS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-DUPLICATE-ORDERS/m-p/1563818#M31081</link>
      <description>&lt;P&gt;I need to create a condition so that if the value in column "A" is the same as in column "D" even if it is not in the same row, add a new column with a name that I determine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which DAX to do this?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 01:11:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-DUPLICATE-ORDERS/m-p/1563818#M31081</guid>
      <dc:creator>douglasgomez</dc:creator>
      <dc:date>2020-12-22T01:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: DAX DUPLICATE ORDERS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-DUPLICATE-ORDERS/m-p/1563854#M31083</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="277065" data-lia-user-login="douglasgomez" class="lia-mention lia-mention-user"&gt;douglasgomez&lt;/a&gt; , A new column like this will give you 1 if A is found in D&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if(isblank(countx(filter(Table,[A] = earlier([D])),[A])),0,1)&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2020 01:49:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-DUPLICATE-ORDERS/m-p/1563854#M31083</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-12-22T01:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: DAX DUPLICATE ORDERS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-DUPLICATE-ORDERS/m-p/1567440#M31203</link>
      <description>&lt;P&gt;And how do I get the word "CLONE NVL" instead of "1" on the line?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 14:08:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-DUPLICATE-ORDERS/m-p/1567440#M31203</guid>
      <dc:creator>douglasgomez</dc:creator>
      <dc:date>2020-12-23T14:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: DAX DUPLICATE ORDERS</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-DUPLICATE-ORDERS/m-p/1569125#M31257</link>
      <description>&lt;P&gt;Just put "CLONE NVL" in place of the 1 inside the IF.&amp;nbsp; Also, if you don't want to see the 0, you can replace that with other text or just BLANK().&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Pat&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 13:30:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-DUPLICATE-ORDERS/m-p/1569125#M31257</guid>
      <dc:creator>mahoneypat</dc:creator>
      <dc:date>2020-12-24T13:30:21Z</dc:date>
    </item>
  </channel>
</rss>

