<?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: CONCATENATEX in a measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CONCATENATEX-in-a-measure/m-p/3513265#M134840</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="39298" data-lia-user-login="AlexisOlson" class="lia-mention lia-mention-user"&gt;AlexisOlson&lt;/a&gt;&amp;nbsp;, that is perfect! Much appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Nov 2023 22:42:51 GMT</pubDate>
    <dc:creator>bhalicki</dc:creator>
    <dc:date>2023-11-02T22:42:51Z</dc:date>
    <item>
      <title>CONCATENATEX in a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CONCATENATEX-in-a-measure/m-p/3513179#M134838</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I have the following tables and relationships:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&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;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need a &lt;STRONG&gt;measure &lt;/STRONG&gt;that allows me to produce the following output, that isn't affected by slicers:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been able to use CONCATENATEX as a calculated column (to give the output above), but I need this as a measure.&amp;nbsp; When I implement as a measure, I cannot work out how to ignore the slicer filter but keep the current filter context.&lt;BR /&gt;&lt;BR /&gt;For example, the diagram below demonstrates that when the resource is filtered to "Bob", the project also shows just "Bob" instead of "Fred, Bob"&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 21:21:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CONCATENATEX-in-a-measure/m-p/3513179#M134838</guid>
      <dc:creator>bhalicki</dc:creator>
      <dc:date>2023-11-02T21:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: CONCATENATEX in a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CONCATENATEX-in-a-measure/m-p/3513208#M134839</link>
      <description>&lt;P&gt;You can use ALL to ignore the slicer filter context (along with any other filter context on that column).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="php"&gt;Resources =
CALCULATE (
    CONCATENATEX (
        SUMMARIZE ( ResourceAllocation, Resource[ResourceName] ),
        Resource[ResourceName],
        ", "
    ),
    ALL ( Resource[ResourceName] )
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 21:52:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CONCATENATEX-in-a-measure/m-p/3513208#M134839</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2023-11-02T21:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: CONCATENATEX in a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CONCATENATEX-in-a-measure/m-p/3513265#M134840</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="39298" data-lia-user-login="AlexisOlson" class="lia-mention lia-mention-user"&gt;AlexisOlson&lt;/a&gt;&amp;nbsp;, that is perfect! Much appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2023 22:42:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CONCATENATEX-in-a-measure/m-p/3513265#M134840</guid>
      <dc:creator>bhalicki</dc:creator>
      <dc:date>2023-11-02T22:42:51Z</dc:date>
    </item>
  </channel>
</rss>

