<?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: concatenate filtered id's in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3265820#M120889</link>
    <description>&lt;P&gt;That is what I have now, but my string is always every ID. It needs to keep only the ID's which will be filtered.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jun 2023 14:11:07 GMT</pubDate>
    <dc:creator>FilipVDR</dc:creator>
    <dc:date>2023-06-02T14:11:07Z</dc:date>
    <item>
      <title>concatenate filtered id's</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3265355#M120868</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I made some sample data, what I want to do is filter on Region or Type and "Test" should only give me the selected id's.&lt;/P&gt;&lt;P&gt;Now&amp;nbsp;&lt;SPAN&gt;Test = &lt;/SPAN&gt;&lt;SPAN&gt;CONCATENATEX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[Id]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[Id]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;", "&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How to apply the filter context?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 09:27:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3265355#M120868</guid>
      <dc:creator>FilipVDR</dc:creator>
      <dc:date>2023-06-02T09:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate filtered id's</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3265806#M120886</link>
      <description>&lt;P&gt;I am not an expert but once created a similar measure and filters worked just fine. How about below?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Test = CONCATENATEX(Table, Table[Id], ", ")&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 13:59:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3265806#M120886</guid>
      <dc:creator>Kazu</dc:creator>
      <dc:date>2023-06-02T13:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate filtered id's</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3265820#M120889</link>
      <description>&lt;P&gt;That is what I have now, but my string is always every ID. It needs to keep only the ID's which will be filtered.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 14:11:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3265820#M120889</guid>
      <dc:creator>FilipVDR</dc:creator>
      <dc:date>2023-06-02T14:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate filtered id's</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3265833#M120891</link>
      <description>&lt;P&gt;Isn't this what you want, or am I misunderstanding.&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>Fri, 02 Jun 2023 14:19:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3265833#M120891</guid>
      <dc:creator>Kazu</dc:creator>
      <dc:date>2023-06-02T14:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate filtered id's</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3265842#M120892</link>
      <description>&lt;P&gt;Yes that's what i want/need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why is this not working for me?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 14:25:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3265842#M120892</guid>
      <dc:creator>FilipVDR</dc:creator>
      <dc:date>2023-06-02T14:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate filtered id's</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3265857#M120893</link>
      <description>&lt;P&gt;Are the four parts (region filter, type filter, table of records, table of test) all from the same table? Is the measure defined in the same table? Are the two filters both connected to the two tables and active?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 14:31:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3265857#M120893</guid>
      <dc:creator>Kazu</dc:creator>
      <dc:date>2023-06-02T14:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate filtered id's</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3265870#M120895</link>
      <description>&lt;P&gt;I don't think it is very likely that it is the cause, but this is one way I could replicate the issue....&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>Fri, 02 Jun 2023 14:35:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3265870#M120895</guid>
      <dc:creator>Kazu</dc:creator>
      <dc:date>2023-06-02T14:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate filtered id's</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3265873#M120896</link>
      <description>&lt;P&gt;Region, Type, table is one table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Test was in an other table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if create test2 in the same table, i get the same result.&lt;/P&gt;&lt;P&gt;Filters are active as you can see&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 14:36:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3265873#M120896</guid>
      <dc:creator>FilipVDR</dc:creator>
      <dc:date>2023-06-02T14:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate filtered id's</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3265903#M120902</link>
      <description>&lt;P&gt;Oh, that is weird... probably uploading your pbix file would be faster if it is not for real use but just sample.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 14:55:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3265903#M120902</guid>
      <dc:creator>Kazu</dc:creator>
      <dc:date>2023-06-02T14:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate filtered id's</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3266105#M120916</link>
      <description>&lt;P&gt;You should be able to download my pbix here&amp;nbsp;&lt;A href="https://www.dropbox.com/s/iirnvmixaif5cte/PBI_concat.pbix?dl=0" target="_blank"&gt;https://www.dropbox.com/s/iirnvmixaif5cte/PBI_concat.pbix?dl=0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 17:32:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3266105#M120916</guid>
      <dc:creator>FilipVDR</dc:creator>
      <dc:date>2023-06-02T17:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate filtered id's</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3266198#M120923</link>
      <description>&lt;P&gt;Thanks. Now I found the reason. Your measure is not created as a measure. It is a column. Choose "New measure" instead of "New column" and input exactly the same formula. When defined as a masure, its icon should look like my Test3 below.&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>Fri, 02 Jun 2023 18:42:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3266198#M120923</guid>
      <dc:creator>Kazu</dc:creator>
      <dc:date>2023-06-02T18:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: concatenate filtered id's</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3267783#M121010</link>
      <description>&lt;P&gt;Thanks for helping me out!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 06:23:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/concatenate-filtered-id-s/m-p/3267783#M121010</guid>
      <dc:creator>FilipVDR</dc:creator>
      <dc:date>2023-06-05T06:23:19Z</dc:date>
    </item>
  </channel>
</rss>

