<?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 Help in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Concatenation-Help/m-p/1030918#M13522</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to concatenate a measure and a column&lt;/P&gt;&lt;P&gt;Example for Volume I have quantity&lt;/P&gt;&lt;P&gt;To find total volume I do sum(quantity), but the unit of measurement is in different column which is a string.&lt;/P&gt;&lt;P&gt;How do I combine both the values&lt;/P&gt;&lt;P&gt;Say 100 KG --&amp;gt; 100 comes from sum(quantity) and KG is present in different column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 16 Apr 2020 19:59:13 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-16T19:59:13Z</dc:date>
    <item>
      <title>Concatenation Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Concatenation-Help/m-p/1030918#M13522</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to concatenate a measure and a column&lt;/P&gt;&lt;P&gt;Example for Volume I have quantity&lt;/P&gt;&lt;P&gt;To find total volume I do sum(quantity), but the unit of measurement is in different column which is a string.&lt;/P&gt;&lt;P&gt;How do I combine both the values&lt;/P&gt;&lt;P&gt;Say 100 KG --&amp;gt; 100 comes from sum(quantity) and KG is present in different column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 19:59:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Concatenation-Help/m-p/1030918#M13522</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-16T19:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Concatenation-Help/m-p/1031036#M13530</link>
      <description>&lt;P&gt;New Column = [Measure] &amp;amp; " " &amp;amp; [Column]&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 21:59:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Concatenation-Help/m-p/1031036#M13530</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-04-16T21:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Concatenation-Help/m-p/1032322#M13583</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Really thanks for the prompt reply.&lt;/P&gt;&lt;P&gt;However I donot want a column, all I want is simple.&lt;/P&gt;&lt;P&gt;I have two colums, one quantity (numeric) and one UOM (text)&lt;/P&gt;&lt;P&gt;I want summation over quantity say sum(quantity) which gives me 100, now I need to put this value in chart and show the result as 100 KG...this KG comes from UOM column which is a string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would be obliged to connect with you, I work from India and support US hours. Let me know a way to connect to you.&lt;/P&gt;&lt;P&gt;Maybe whatsapp ? +91 8765045961&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 12:07:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Concatenation-Help/m-p/1032322#M13583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-17T12:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Concatenation-Help/m-p/1032378#M13597</link>
      <description>&lt;LI-CODE lang="markup"&gt;[Volume] &amp;amp; " " &amp;amp; SELECTEDVALUE( T[ColumnWithUnit] )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But if this works... it means the design is flawed &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;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 12:36:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Concatenation-Help/m-p/1032378#M13597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-17T12:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenation Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Concatenation-Help/m-p/1036940#M13821</link>
      <description>&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the help again. Unfortunately I am unable to put the filed in Value for a bar chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anindya&lt;/P&gt;</description>
      <pubDate>Mon, 20 Apr 2020 15:02:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Concatenation-Help/m-p/1036940#M13821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-20T15:02:51Z</dc:date>
    </item>
  </channel>
</rss>

