<?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: FILTER and CONCATENATE UNIQUE values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-FILTER-and-CONCATENATE-UNIQUE-values/m-p/2270760#M55274</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;This works great, thanks. Think in the first comment you provided, there was a missing&amp;nbsp;&lt;SPAN&gt;Table2[Column2] as part of the CONCATENATEX formula, hence the error.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jan 2022 03:28:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-01-07T03:28:04Z</dc:date>
    <item>
      <title>DAX: FILTER and CONCATENATE UNIQUE values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-FILTER-and-CONCATENATE-UNIQUE-values/m-p/2269115#M55157</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I am trying to FILTER/LOOKUPVALUE and CONCATENATE the relevant UNIQUE values but right now, I am unable to get it to work. I can only do it without the values being &lt;STRONG&gt;UNIQUE&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;My current DAX formula:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CONCATENATEX&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt; ( Table2&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Table2[Column1]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;Table1[Column1]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Table2[Column2]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;The output from here goes like:&lt;BR /&gt;Value1, Value2, Value2&lt;BR /&gt;&lt;BR /&gt;My desired output is: (without any of the values being duplicated)&lt;BR /&gt;Value1, Value2&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 06 Jan 2022 10:04:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-FILTER-and-CONCATENATE-UNIQUE-values/m-p/2269115#M55157</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-06T10:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: DAX: FILTER and CONCATENATE UNIQUE values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-FILTER-and-CONCATENATE-UNIQUE-values/m-p/2269145#M55160</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; , try like &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CONCATENATEX (&lt;BR /&gt;summarize(FILTER (&lt;BR /&gt;ALL ( Table2 ),&lt;BR /&gt;Table2[Column1] = cvShipments[Column1]&lt;BR /&gt;),&lt;BR /&gt;Table2[Column2]),&lt;BR /&gt;", "&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 09:58:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-FILTER-and-CONCATENATE-UNIQUE-values/m-p/2269145#M55160</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-01-06T09:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: DAX: FILTER and CONCATENATE UNIQUE values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-FILTER-and-CONCATENATE-UNIQUE-values/m-p/2269299#M55177</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt; Hi there, thanks for commenting. I tried but the output that I've obtained is "," and ", ,"&lt;BR /&gt;&lt;BR /&gt;Seems like only commas are being concatenated here...&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 11:20:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-FILTER-and-CONCATENATE-UNIQUE-values/m-p/2269299#M55177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-06T11:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: DAX: FILTER and CONCATENATE UNIQUE values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-FILTER-and-CONCATENATE-UNIQUE-values/m-p/2269330#M55180</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt; , Assuming this is a new column, I tried the same on my data, a new column. without all &lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = CONCATENATEX(summarize(FILTER(Sales,Sales[Item ID] = 'Item'[Item Id]), Sales[City Id]),[City Id], ",")&lt;/LI-CODE&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, 06 Jan 2022 11:53:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-FILTER-and-CONCATENATE-UNIQUE-values/m-p/2269330#M55180</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-01-06T11:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: DAX: FILTER and CONCATENATE UNIQUE values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-FILTER-and-CONCATENATE-UNIQUE-values/m-p/2269660#M55200</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp; provide sample data and expected output to accelerate response&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 14:55:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-FILTER-and-CONCATENATE-UNIQUE-values/m-p/2269660#M55200</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2022-01-06T14:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: DAX: FILTER and CONCATENATE UNIQUE values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-FILTER-and-CONCATENATE-UNIQUE-values/m-p/2270760#M55274</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;This works great, thanks. Think in the first comment you provided, there was a missing&amp;nbsp;&lt;SPAN&gt;Table2[Column2] as part of the CONCATENATEX formula, hence the error.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jan 2022 03:28:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-FILTER-and-CONCATENATE-UNIQUE-values/m-p/2270760#M55274</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-07T03:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: DAX: FILTER and CONCATENATE UNIQUE values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-FILTER-and-CONCATENATE-UNIQUE-values/m-p/4021561#M158679</link>
      <description>&lt;P&gt;I am using this same formula and it is working great. Is there a way to update this to exclude where the City Id has blank values?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 02:13:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-FILTER-and-CONCATENATE-UNIQUE-values/m-p/4021561#M158679</guid>
      <dc:creator>Neiners</dc:creator>
      <dc:date>2024-07-03T02:13:48Z</dc:date>
    </item>
  </channel>
</rss>

