<?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 Dates in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dates/m-p/2356638#M60044</link>
    <description>&lt;P&gt;scenario:&lt;/P&gt;&lt;P&gt;there is start, due and due revised dates columns&lt;/P&gt;&lt;P&gt;However, the due revised column has empty cells.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question: how to configure due revised and due date columns as one with keeping data from due and replacing the "old dates" from due on due revised?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
    <pubDate>Wed, 23 Feb 2022 16:07:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-02-23T16:07:57Z</dc:date>
    <item>
      <title>Dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dates/m-p/2356638#M60044</link>
      <description>&lt;P&gt;scenario:&lt;/P&gt;&lt;P&gt;there is start, due and due revised dates columns&lt;/P&gt;&lt;P&gt;However, the due revised column has empty cells.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question: how to configure due revised and due date columns as one with keeping data from due and replacing the "old dates" from due on due revised?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 16:07:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dates/m-p/2356638#M60044</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-23T16:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dates/m-p/2356699#M60051</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;I would suggest to create a new column with an if logic according to your needs, Maybe something like this?&lt;/P&gt;&lt;PRE&gt;TomsNewColumn =
IF ( Table[Due Date revised] = blank(), Table[Due Date], Table[Due Date revised] )&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this helps! &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;/Tom&lt;BR /&gt;&lt;A href="https://www.tackytech.blog/" target="_blank"&gt;https://www.tackytech.blog/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://www.instagram.com/tackytechtom/" target="_blank"&gt;https://www.instagram.com/tackytechtom/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Feb 2022 16:27:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dates/m-p/2356699#M60051</guid>
      <dc:creator>tackytechtom</dc:creator>
      <dc:date>2022-02-23T16:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dates/m-p/2357494#M60101</link>
      <description>&lt;P&gt;Do this in Power Query. You can create a new conditional column with whatever logic you want, then load that. But I don't know what "&lt;SPAN&gt;how to configure due revised and due date columns as one with keeping data from due and replacing the "old dates" from due on due revised?" means.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Give us some sample data and a mock up of expected results.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;How to get good help fast. Help us help you.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;A href="https://www.sqlbi.com/blog/alberto/2021/01/22/on-how-to-ask-a-technical-question-if-you-really-want-an-answer/" rel="noopener" target="_blank"&gt;How To Ask A Technical Question If you Really Want An Answer&lt;/A&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" rel="noopener" target="_blank"&gt;How to Get Your Question Answered Quickly&lt;/A&gt; - Give us a good and concise explanation&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" rel="noopener" target="_blank"&gt;How to provide sample data in the Power BI Forum&lt;/A&gt; - Provide data in a table format per the link, or share an Excel/CSV file via OneDrive, Dropbox, etc.. Provide expected output using a screenshot of Excel or other image. Do not provide a screenshot of the source data. I cannot paste an image into Power BI tables.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 02:45:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dates/m-p/2357494#M60101</guid>
      <dc:creator>edhans</dc:creator>
      <dc:date>2022-02-24T02:45:25Z</dc:date>
    </item>
  </channel>
</rss>

