<?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 create 1 date column from 7 date columns in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-1-date-column-from-7-date-columns/m-p/4039962#M160183</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="774641" data-lia-user-login="LYBridges" class="lia-mention lia-mention-user"&gt;LYBridges&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try the COALESCE function which returns the first non-blank argument:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;COALESCE ( Table[Date1], Table[Date2], Table[Date3] ... )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jul 2024 17:19:10 GMT</pubDate>
    <dc:creator>DataInsights</dc:creator>
    <dc:date>2024-07-12T17:19:10Z</dc:date>
    <item>
      <title>How to create 1 date column from 7 date columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-1-date-column-from-7-date-columns/m-p/4039905#M160182</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to use DAX to create a new date column aggregating 7 date columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If Date1 is not blank then Date1.&lt;/P&gt;&lt;P&gt;If Date1 is blank then Date2.&lt;/P&gt;&lt;P&gt;If Date2 is blank then Date3.&lt;/P&gt;&lt;P&gt;On through all 7 date columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone point me in the right direction? Power BI newbie, any assistance is greatly appreciated!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 16:42:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-1-date-column-from-7-date-columns/m-p/4039905#M160182</guid>
      <dc:creator>LYBridges</dc:creator>
      <dc:date>2024-07-12T16:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 1 date column from 7 date columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-1-date-column-from-7-date-columns/m-p/4039962#M160183</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="774641" data-lia-user-login="LYBridges" class="lia-mention lia-mention-user"&gt;LYBridges&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try the COALESCE function which returns the first non-blank argument:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;COALESCE ( Table[Date1], Table[Date2], Table[Date3] ... )&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 17:19:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-1-date-column-from-7-date-columns/m-p/4039962#M160183</guid>
      <dc:creator>DataInsights</dc:creator>
      <dc:date>2024-07-12T17:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create 1 date column from 7 date columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-1-date-column-from-7-date-columns/m-p/4040002#M160186</link>
      <description>&lt;P&gt;That worked! Thanks so much. COALESCE is new for me, but will be very helpful for other situations.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jul 2024 17:50:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-create-1-date-column-from-7-date-columns/m-p/4040002#M160186</guid>
      <dc:creator>LYBridges</dc:creator>
      <dc:date>2024-07-12T17:50:21Z</dc:date>
    </item>
  </channel>
</rss>

