<?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: Measure to Combine Text Values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Combine-Text-Values/m-p/4601732#M176162</link>
    <description>&lt;P&gt;Brilliant! So glad I got close&lt;/P&gt;</description>
    <pubDate>Sat, 08 Mar 2025 17:32:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-03-08T17:32:14Z</dc:date>
    <item>
      <title>Measure to Combine Text Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Combine-Text-Values/m-p/4601146#M176143</link>
      <description>&lt;P&gt;I am trying to create a measure (I think) to combine text values to use in a map legend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Country&amp;nbsp;&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;Thing&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Country A&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Dogs&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Country A&lt;/TD&gt;&lt;TD&gt;Cats&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Country B&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Dogs&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Country C&lt;/TD&gt;&lt;TD&gt;Dogs&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Country C&lt;/TD&gt;&lt;TD&gt;Cats&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Country C&lt;/TD&gt;&lt;TD&gt;Cats&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the result I want is&amp;nbsp;&lt;/P&gt;&lt;P&gt;Country A : Dogs and Cats&lt;/P&gt;&lt;P&gt;Country B : Dogs&lt;/P&gt;&lt;P&gt;Country C: Dogs and Cats&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Without some kind of measure I just end up with one thing, and if I use something like CONCATENATE X I end up with things listed way too many times, I just want one of each thing that occurs.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 21:15:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Combine-Text-Values/m-p/4601146#M176143</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-07T21:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Measure to Combine Text Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Combine-Text-Values/m-p/4601213#M176145</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = CONCATENATEX( DISTINCT('Table'[Thing]), [Thing], " and " )&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 07 Mar 2025 22:09:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Combine-Text-Values/m-p/4601213#M176145</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2025-03-07T22:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Measure to Combine Text Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Combine-Text-Values/m-p/4601732#M176162</link>
      <description>&lt;P&gt;Brilliant! So glad I got close&lt;/P&gt;</description>
      <pubDate>Sat, 08 Mar 2025 17:32:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Combine-Text-Values/m-p/4601732#M176162</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-08T17:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Measure to Combine Text Values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Combine-Text-Values/m-p/4605621#M176304</link>
      <description>&lt;P&gt;I'm realizing that I can't use a measure in a map legend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to do this -not- as a measure? I was trying to to do various levels filtered tables to reference the measure to be able to use it, but I can't get around it calculating this before I get my data filtered, so its showing all possible concatenations that exist in the data set - not what's actually in the data being represented in the map&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 18:21:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Measure-to-Combine-Text-Values/m-p/4605621#M176304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-03-11T18:21:45Z</dc:date>
    </item>
  </channel>
</rss>

