<?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: Fill NULL date column with date from another column that share same ticket number in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-NULL-date-column-with-date-from-another-column-that-share/m-p/3166737#M113913</link>
    <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="539959" data-lia-user-login="Clark75" class="lia-mention lia-mention-user"&gt;Clark75&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try to add a new calculated column like:&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;NewColumn =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; [start date] &amp;lt;&amp;gt; BLANK(),&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;/SPAN&gt;&lt;SPAN&gt;start date&lt;/SPAN&gt;&lt;SPAN&gt;],&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;[completed date]&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 01 Apr 2023 00:07:53 GMT</pubDate>
    <dc:creator>FreemanZ</dc:creator>
    <dc:date>2023-04-01T00:07:53Z</dc:date>
    <item>
      <title>Fill NULL date column with date from another column that share same ticket number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-NULL-date-column-with-date-from-another-column-that-share/m-p/3166714#M113910</link>
      <description>&lt;P&gt;I have the following data&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I need the completed date on the same row as the start date where the Completed date is null.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help will be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 00:08:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-NULL-date-column-with-date-from-another-column-that-share/m-p/3166714#M113910</guid>
      <dc:creator>Clark75</dc:creator>
      <dc:date>2023-04-01T00:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fill NULL date column with date from another column that share same ticket number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-NULL-date-column-with-date-from-another-column-that-share/m-p/3166737#M113913</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="539959" data-lia-user-login="Clark75" class="lia-mention lia-mention-user"&gt;Clark75&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try to add a new calculated column like:&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;NewColumn =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; [start date] &amp;lt;&amp;gt; BLANK(),&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;/SPAN&gt;&lt;SPAN&gt;start date&lt;/SPAN&gt;&lt;SPAN&gt;],&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;[completed date]&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 01 Apr 2023 00:07:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-NULL-date-column-with-date-from-another-column-that-share/m-p/3166737#M113913</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-04-01T00:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Fill NULL date column with date from another column that share same ticket number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-NULL-date-column-with-date-from-another-column-that-share/m-p/3166745#M113914</link>
      <description>&lt;P&gt;Above is with DAX, or try add a custom column in Power Query Editor like:&lt;/P&gt;&lt;P&gt;column =&lt;/P&gt;&lt;P&gt;if [start date]&amp;lt;&amp;gt;null&lt;/P&gt;&lt;P&gt;then [start date]&lt;/P&gt;&lt;P&gt;else [completed date]&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 00:11:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-NULL-date-column-with-date-from-another-column-that-share/m-p/3166745#M113914</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-04-01T00:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fill NULL date column with date from another column that share same ticket number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-NULL-date-column-with-date-from-another-column-that-share/m-p/3166754#M113915</link>
      <description>&lt;P&gt;That gave me the output of :&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I need the Completed date on the same row as the start date. Sorry if I did not communicate that correctly&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 00:17:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-NULL-date-column-with-date-from-another-column-that-share/m-p/3166754#M113915</guid>
      <dc:creator>Clark75</dc:creator>
      <dc:date>2023-04-01T00:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Fill NULL date column with date from another column that share same ticket number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-NULL-date-column-with-date-from-another-column-that-share/m-p/3167148#M113959</link>
      <description>&lt;P&gt;My final result was to gather the amount of time it took to process a ticket. I ended up doing the following:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BeginDate = &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;MIN&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;Query2[Transaction_Date]&lt;/SPAN&gt;&lt;SPAN&gt; ),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ALLEXCEPT&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;Query2&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;Query2[Wo_Number]&lt;/SPAN&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;*********************************************************************&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Date_Difference = &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;DATEDIFF&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;[BeginDate]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[Completed Date]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;DAY&lt;/SPAN&gt;&lt;SPAN&gt; )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 15:33:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Fill-NULL-date-column-with-date-from-another-column-that-share/m-p/3167148#M113959</guid>
      <dc:creator>Clark75</dc:creator>
      <dc:date>2023-04-01T15:33:52Z</dc:date>
    </item>
  </channel>
</rss>

