<?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 Concatenate multiple columns to get date column in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Concatenate-multiple-columns-to-get-date-column/m-p/245753#M7657</link>
    <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good day!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've started working on Power BI since past 2 months. I need some help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a excel with Date, Month and Year column. This is how I get the excel dump.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hence, dataset has 3 columns namely, Date, Month and Year_Temp. (Refer screenshot below)&lt;/P&gt;&lt;P&gt;I need to convert this information to date format (DD/MM/YYYY) to get meaningful reports. How can acheive this?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Sep 2017 11:10:28 GMT</pubDate>
    <dc:creator>VenkateshC</dc:creator>
    <dc:date>2017-09-05T11:10:28Z</dc:date>
    <item>
      <title>Concatenate multiple columns to get date column</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Concatenate-multiple-columns-to-get-date-column/m-p/245753#M7657</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good day!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've started working on Power BI since past 2 months. I need some help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a excel with Date, Month and Year column. This is how I get the excel dump.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hence, dataset has 3 columns namely, Date, Month and Year_Temp. (Refer screenshot below)&lt;/P&gt;&lt;P&gt;I need to convert this information to date format (DD/MM/YYYY) to get meaningful reports. How can acheive this?&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 11:10:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Concatenate-multiple-columns-to-get-date-column/m-p/245753#M7657</guid>
      <dc:creator>VenkateshC</dc:creator>
      <dc:date>2017-09-05T11:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate multiple columns to get date column</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Concatenate-multiple-columns-to-get-date-column/m-p/246237#M7669</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="41189" data-lia-user-login="VenkateshC" class="lia-mention lia-mention-user"&gt;VenkateshC&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good day!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've started working on Power BI since past 2 months. I need some help.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a excel with Date, Month and Year column. This is how I get the excel dump.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hence, dataset has 3 columns namely, Date, Month and Year_Temp. (Refer screenshot below)&lt;/P&gt;
&lt;P&gt;I need to convert this information to date format (DD/MM/YYYY) to get meaningful reports. How can acheive this?&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Venkatesh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="41189" data-lia-user-login="VenkateshC" class="lia-mention lia-mention-user"&gt;VenkateshC&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;You can create a calculated column as&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;newDate = DATE(Table1[year_temp],Table1[month],Table1[date])&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and then format it as DD/MM/YYYY&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 02:40:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Concatenate-multiple-columns-to-get-date-column/m-p/246237#M7669</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-09-06T02:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenate multiple columns to get date column</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Concatenate-multiple-columns-to-get-date-column/m-p/246602#M7688</link>
      <description>&lt;P&gt;Thank you Eric!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 11:55:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Concatenate-multiple-columns-to-get-date-column/m-p/246602#M7688</guid>
      <dc:creator>VenkateshC</dc:creator>
      <dc:date>2017-09-06T11:55:22Z</dc:date>
    </item>
  </channel>
</rss>

