<?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 How to return a different value if the reference cell is blank in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-return-a-different-value-if-the-reference-cell-is-blank/m-p/4156947#M165186</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking for help to solve this issue.&lt;/P&gt;&lt;P&gt;My command is still returning "Overdue" when the Due Date column is blank. How can I only return Overdue if the Due Date is &amp;gt; Today?&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&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Sep 2024 13:29:16 GMT</pubDate>
    <dc:creator>PeterVE95</dc:creator>
    <dc:date>2024-09-18T13:29:16Z</dc:date>
    <item>
      <title>How to return a different value if the reference cell is blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-return-a-different-value-if-the-reference-cell-is-blank/m-p/4156947#M165186</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking for help to solve this issue.&lt;/P&gt;&lt;P&gt;My command is still returning "Overdue" when the Due Date column is blank. How can I only return Overdue if the Due Date is &amp;gt; Today?&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&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 13:29:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-return-a-different-value-if-the-reference-cell-is-blank/m-p/4156947#M165186</guid>
      <dc:creator>PeterVE95</dc:creator>
      <dc:date>2024-09-18T13:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to return a different value if the reference cell is blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-return-a-different-value-if-the-reference-cell-is-blank/m-p/4156985#M165188</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OverdueStatus = &lt;BR /&gt;IF(&lt;BR /&gt;ISBLANK('YourTable'[Due Date]),&lt;BR /&gt;BLANK(),&lt;BR /&gt;IF(&lt;BR /&gt;'YourTable'[Due Date] &amp;lt; TODAY(),&lt;BR /&gt;"Overdue",&lt;BR /&gt;BLANK()&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 13:40:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-return-a-different-value-if-the-reference-cell-is-blank/m-p/4156985#M165188</guid>
      <dc:creator>Kaviraj11</dc:creator>
      <dc:date>2024-09-18T13:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to return a different value if the reference cell is blank</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-return-a-different-value-if-the-reference-cell-is-blank/m-p/4157284#M165201</link>
      <description>&lt;P&gt;Thank you that worked!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 15:09:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-return-a-different-value-if-the-reference-cell-is-blank/m-p/4157284#M165201</guid>
      <dc:creator>PeterVE95</dc:creator>
      <dc:date>2024-09-18T15:09:59Z</dc:date>
    </item>
  </channel>
</rss>

