<?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: DAX Overdue column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Overdue-column/m-p/3261724#M120658</link>
    <description>&lt;P&gt;status = IF([CurrentStatus]="Not started" || [CurrentStatus]="In progress","Open","Close")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;duedate = IF([DueDate]&amp;lt;TODAY(),"Overdue","Not overdue")&lt;/P&gt;</description>
    <pubDate>Wed, 31 May 2023 11:20:00 GMT</pubDate>
    <dc:creator>devanshi</dc:creator>
    <dc:date>2023-05-31T11:20:00Z</dc:date>
    <item>
      <title>DAX Overdue column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Overdue-column/m-p/3261656#M120646</link>
      <description>&lt;P&gt;I'm new to DAX and was wondering if I could get some help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a new column that would show if a task is overdue.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First I need to check the 'Current Status' column and see if it contains 'Not started' or 'In progress' to see if the task is still open (closed &amp;amp; completed are the other options in the column).&amp;nbsp; Then I need to check the 'Due Date' column and compare with today's date to see if it's overdue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is the easiest way to write this in DAX?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 10:39:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Overdue-column/m-p/3261656#M120646</guid>
      <dc:creator>L_Oram</dc:creator>
      <dc:date>2023-05-31T10:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Overdue column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Overdue-column/m-p/3261679#M120651</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="568850" data-lia-user-login="L_Oram" class="lia-mention lia-mention-user"&gt;L_Oram&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Better if you present a sample dummy data.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 10:51:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Overdue-column/m-p/3261679#M120651</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-31T10:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Overdue column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Overdue-column/m-p/3261724#M120658</link>
      <description>&lt;P&gt;status = IF([CurrentStatus]="Not started" || [CurrentStatus]="In progress","Open","Close")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;duedate = IF([DueDate]&amp;lt;TODAY(),"Overdue","Not overdue")&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 11:20:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Overdue-column/m-p/3261724#M120658</guid>
      <dc:creator>devanshi</dc:creator>
      <dc:date>2023-05-31T11:20:00Z</dc:date>
    </item>
  </channel>
</rss>

