<?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 ISBLANK Date column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ISBLANK-Date-column/m-p/3436603#M130416</link>
    <description>&lt;P&gt;But regarding the row context, if the row has Date value, ISBLANK() should return false, isn't it?&lt;/P&gt;</description>
    <pubDate>Mon, 18 Sep 2023 15:12:31 GMT</pubDate>
    <dc:creator>rdnguyen</dc:creator>
    <dc:date>2023-09-18T15:12:31Z</dc:date>
    <item>
      <title>DAX ISBLANK Date column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ISBLANK-Date-column/m-p/3436289#M130393</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Good moring,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a simple Dax code to check if a Date column is blank.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code ISBLANK(_shipD) return true eventhough data existed. Function LEN and direct return _shipD has correct value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Will ISBLANK function applicable to Date column?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 13:27:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ISBLANK-Date-column/m-p/3436289#M130393</guid>
      <dc:creator>rdnguyen</dc:creator>
      <dc:date>2023-09-18T13:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: DAX ISBLANK Date column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ISBLANK-Date-column/m-p/3436301#M130395</link>
      <description>&lt;P&gt;es, the ISBLANK function is applicable to a Date column in DAX. However, it's important to understand how the function works and what might be causing it to return TRUE even when data exists.&lt;/P&gt;&lt;P&gt;The ISBLANK function returns TRUE when a given expression or column is truly blank or contains a null value. In the context of a Date column, a Date column can contain null values, which represent missing or undefined dates.&lt;/P&gt;&lt;P&gt;If ISBLANK(_shipD) is returning TRUE even when data exists in the _shipD column, it could mean that there are null values in the Date column. Null values in a Date column can occur if the data source contains missing or undefined dates.&lt;/P&gt;&lt;P&gt;To troubleshoot this issue, you can try the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Check Data Source:&lt;/STRONG&gt; Examine the source data to ensure that there are no missing or undefined date values. Verify that all dates are correctly populated.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Null Handling:&lt;/STRONG&gt; If you find null values in your Date column, you can handle them using DAX functions like IF(ISBLANK(_shipD), &amp;lt;default_value&amp;gt;, _shipD) to return a default value when the date is null.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Data Type:&lt;/STRONG&gt; Ensure that the data type of the Date column is set to Date or DateTime, and that there are no unexpected data type conversions happening elsewhere in your DAX calculations.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Data Preview:&lt;/STRONG&gt; Review the data preview in Power BI or your data source to verify that there are no unexpected null or blank entries in the Date column.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Data Cleansing:&lt;/STRONG&gt; If necessary, clean and transform your data source to ensure that all date values are correctly formatted and populated.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Column Name:&lt;/STRONG&gt; Ensure that there are no other columns in your data model with similar names that might be causing confusion.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;By addressing these points, you should be able to identify and resolve the issue with the ISBLANK function returning TRUE for your Date column when data exists.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 13:30:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ISBLANK-Date-column/m-p/3436301#M130395</guid>
      <dc:creator>123abc</dc:creator>
      <dc:date>2023-09-18T13:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: DAX ISBLANK Date column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ISBLANK-Date-column/m-p/3436603#M130416</link>
      <description>&lt;P&gt;But regarding the row context, if the row has Date value, ISBLANK() should return false, isn't it?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 15:12:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-ISBLANK-Date-column/m-p/3436603#M130416</guid>
      <dc:creator>rdnguyen</dc:creator>
      <dc:date>2023-09-18T15:12:31Z</dc:date>
    </item>
  </channel>
</rss>

