<?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: How to display multiple column values in one column? in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/How-to-display-multiple-column-values-in-one-column/m-p/196843#M6267</link>
    <description>&lt;P&gt;Thanks. &amp;nbsp;Also concatentated function also worked:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column4 = CONCATENATE(CONCATENATE(CONCATENATE(Format(table[column].[Date],"dddd"), " "), CONCATENATE(table&lt;BR /&gt;[column2]," ")), table[column3])&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jun 2017 17:05:58 GMT</pubDate>
    <dc:creator>n2p2gupta</dc:creator>
    <dc:date>2017-06-19T17:05:58Z</dc:date>
    <item>
      <title>How to display multiple column values in one column?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-display-multiple-column-values-in-one-column/m-p/194292#M6184</link>
      <description>&lt;P&gt;What will be the DAX function to display values from all the columns in one column i.e. &amp;nbsp;col D?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Col A &amp;nbsp; &amp;nbsp; &amp;nbsp; Col B &amp;nbsp; &amp;nbsp; &amp;nbsp; Col C &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT color="#008000"&gt;Col D&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;one &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;two &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;three &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT color="#008000"&gt;one two three &amp;nbsp;&lt;/FONT&gt; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 22:49:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-display-multiple-column-values-in-one-column/m-p/194292#M6184</guid>
      <dc:creator>n2p2gupta</dc:creator>
      <dc:date>2017-06-14T22:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to display multiple column values in one column?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-display-multiple-column-values-in-one-column/m-p/195306#M6224</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/20269"&gt;@n2p2gupta&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;What will be the DAX function to display values from all the columns in one column i.e. &amp;nbsp;col D?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Col A &amp;nbsp; &amp;nbsp; &amp;nbsp; Col B &amp;nbsp; &amp;nbsp; &amp;nbsp; Col C &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT color="#008000"&gt;Col D&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;one &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;two &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;three &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;FONT color="#008000"&gt;one two three &amp;nbsp;&lt;/FONT&gt; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/20269"&gt;@n2p2gupta&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;That can be simple. Try&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Column D = 'Table'[Column A]&amp;amp;" "&amp;amp;'Table'[Column B]&amp;amp;" "&amp;amp;'Table'[Column C]&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Jun 2017 02:43:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-display-multiple-column-values-in-one-column/m-p/195306#M6224</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-06-16T02:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to display multiple column values in one column?</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/How-to-display-multiple-column-values-in-one-column/m-p/196843#M6267</link>
      <description>&lt;P&gt;Thanks. &amp;nbsp;Also concatentated function also worked:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column4 = CONCATENATE(CONCATENATE(CONCATENATE(Format(table[column].[Date],"dddd"), " "), CONCATENATE(table&lt;BR /&gt;[column2]," ")), table[column3])&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 17:05:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/How-to-display-multiple-column-values-in-one-column/m-p/196843#M6267</guid>
      <dc:creator>n2p2gupta</dc:creator>
      <dc:date>2017-06-19T17:05:58Z</dc:date>
    </item>
  </channel>
</rss>

