<?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 Concatenation using variables in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Concatenation-using-variables/m-p/3032214#M103686</link>
    <description>&lt;P&gt;I need to have a result column in my report be a concatenation of text and conditionally, 1 or 2 addtional text 'values'.&lt;/P&gt;&lt;P&gt;"Donor+xxxx" - in every row&lt;BR /&gt;conditionally, if donor # from table 1 matches a donor # from table 2, I need to concatenate "+yyy"&lt;BR /&gt;Further, if the State in another table = a certain value, additional concatenate "+zzz'&lt;/P&gt;&lt;P&gt;Both the yyy &amp;amp; zzz are optional&lt;/P&gt;&lt;P&gt;End results could be any of:&lt;BR /&gt;Donor+xxxx&lt;BR /&gt;Donor+xxxx+yyy&lt;BR /&gt;Donor+xxxx+zzz&lt;BR /&gt;Donor+xxxx+yyy+zzz&lt;/P&gt;&lt;P&gt;yyy and zzz are not present in any table, just text values to concatenate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been playing with using variables and concatenations and Related, but no success.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jan 2023 18:27:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-01-19T18:27:11Z</dc:date>
    <item>
      <title>Concatenation using variables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Concatenation-using-variables/m-p/3032214#M103686</link>
      <description>&lt;P&gt;I need to have a result column in my report be a concatenation of text and conditionally, 1 or 2 addtional text 'values'.&lt;/P&gt;&lt;P&gt;"Donor+xxxx" - in every row&lt;BR /&gt;conditionally, if donor # from table 1 matches a donor # from table 2, I need to concatenate "+yyy"&lt;BR /&gt;Further, if the State in another table = a certain value, additional concatenate "+zzz'&lt;/P&gt;&lt;P&gt;Both the yyy &amp;amp; zzz are optional&lt;/P&gt;&lt;P&gt;End results could be any of:&lt;BR /&gt;Donor+xxxx&lt;BR /&gt;Donor+xxxx+yyy&lt;BR /&gt;Donor+xxxx+zzz&lt;BR /&gt;Donor+xxxx+yyy+zzz&lt;/P&gt;&lt;P&gt;yyy and zzz are not present in any table, just text values to concatenate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been playing with using variables and concatenations and Related, but no success.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 18:27:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Concatenation-using-variables/m-p/3032214#M103686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-19T18:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation using variables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Concatenation-using-variables/m-p/3035148#M103893</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Can you share the sample data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2023 05:14:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Concatenation-using-variables/m-p/3035148#M103893</guid>
      <dc:creator>Arul</dc:creator>
      <dc:date>2023-01-21T05:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation using variables</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Concatenation-using-variables/m-p/3041101#M104317</link>
      <description>&lt;P&gt;I'm not certain the best way to share data information.&amp;nbsp; Will the relationship diagram help?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is what I've tried to start - I'm trying to create a measure on a donor transaction table checking to see if the donor number is in the CHG table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TestReq = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt;&lt;SPAN&gt; CHG = &lt;/SPAN&gt;&lt;SPAN&gt;RELATED&lt;/SPAN&gt;&lt;SPAN&gt;(CHAGAS[TIDONR])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Jan 2023 18:26:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Concatenation-using-variables/m-p/3041101#M104317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-24T18:26:07Z</dc:date>
    </item>
  </channel>
</rss>

