<?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: Checkbox for BLANK Date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Checkbox-for-BLANK-Date/m-p/3444754#M131016</link>
    <description>&lt;P&gt;I hope this message finds you well. I've noticed that this solution remain unresolved. If any of you have managed to find a resolution to the issue, I kindly request that you share your solution for the benefit of the entire community. Alternatively, if you're still facing challenges, please do let us know as well.&lt;/P&gt;
&lt;P&gt;Your insights and updates will greatly assist others who might be encountering the same challenge.&lt;/P&gt;</description>
    <pubDate>Sun, 24 Sep 2023 14:44:00 GMT</pubDate>
    <dc:creator>technolog</dc:creator>
    <dc:date>2023-09-24T14:44:00Z</dc:date>
    <item>
      <title>Checkbox for BLANK Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Checkbox-for-BLANK-Date/m-p/2596561#M74954</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a requirement to create a filter(Slicer) like the below image that we have created but I am unable make 'Include BLANK Date' functional.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The requirement is like when we Select(checkbox) of&amp;nbsp;'Include BLANK Date', it should show us the list and update the count.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expectations -&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Select(checkbox) of&amp;nbsp;'Include BLANK Date' (With Network Device Filter)&lt;UL&gt;&lt;LI&gt;List CIs to show - 137&lt;/LI&gt;&lt;LI&gt;Count - 137&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Unselect(checkbox) of&amp;nbsp;'Include BLANK Date' (With Network Device Filter)&lt;UL&gt;&lt;LI&gt;List CIs to show - 6&lt;/LI&gt;&lt;LI&gt;Count - 6&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I tried below DAX but not working.&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Last Scan is Blank =
VAR _Checkbox =
SELECTEDVALUE ( 'Last Scan is NULL'[Include NULL Date] )
VAR _YES =
CALCULATE (
FILTER (
'Conslidate Data',
ISBLANK('Conslidate Data'[Last Update Success])
),
'Conslidate Data'[count]
)
RETURN
IF (
HASONEFILTER ( 'Last Scan is NULL'[Include NULL Date] ),
IF ( _Checkbox = "Include BLANK Date", _YES ),
""
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 13:11:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Checkbox-for-BLANK-Date/m-p/2596561#M74954</guid>
      <dc:creator>vishnusingh</dc:creator>
      <dc:date>2022-06-23T13:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Checkbox for BLANK Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Checkbox-for-BLANK-Date/m-p/2599299#M75094</link>
      <description>&lt;P&gt;any assistance on this?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 04:19:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Checkbox-for-BLANK-Date/m-p/2599299#M75094</guid>
      <dc:creator>vishnusingh</dc:creator>
      <dc:date>2022-06-24T04:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Checkbox for BLANK Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Checkbox-for-BLANK-Date/m-p/2603318#M75322</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="404405" data-lia-user-login="vishnusingh" class="lia-mention lia-mention-user"&gt;vishnusingh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I doubt that capturing the checked state of that option in slicer via dax is not supported.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Eason&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 08:09:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Checkbox-for-BLANK-Date/m-p/2603318#M75322</guid>
      <dc:creator>v-easonf-msft</dc:creator>
      <dc:date>2022-06-27T08:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Checkbox for BLANK Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Checkbox-for-BLANK-Date/m-p/3403976#M128609</link>
      <description>&lt;P&gt;Did you manage to solve this ? I have a similar request&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 09:29:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Checkbox-for-BLANK-Date/m-p/3403976#M128609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-29T09:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Checkbox for BLANK Date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Checkbox-for-BLANK-Date/m-p/3444754#M131016</link>
      <description>&lt;P&gt;I hope this message finds you well. I've noticed that this solution remain unresolved. If any of you have managed to find a resolution to the issue, I kindly request that you share your solution for the benefit of the entire community. Alternatively, if you're still facing challenges, please do let us know as well.&lt;/P&gt;
&lt;P&gt;Your insights and updates will greatly assist others who might be encountering the same challenge.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Sep 2023 14:44:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Checkbox-for-BLANK-Date/m-p/3444754#M131016</guid>
      <dc:creator>technolog</dc:creator>
      <dc:date>2023-09-24T14:44:00Z</dc:date>
    </item>
  </channel>
</rss>

