<?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: Data Does Not Contain Certain Dates Resulting in &amp;quot;Blank&amp;quot; in Slicer in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-Does-Not-Contain-Certain-Dates-Resulting-in-quot-Blank-quot/m-p/2391415#M62214</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for responding. I still face the same issue.&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;The first column that you see as "Due Date" came from one of the data table while "Year", "Quater", "Month" and "Day" comes from the Date Table that I have constructed (No issue on this).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Issue is that, my data has 'Due date' indicated but it is not categorized under the calendar date but instead lump into "Blank" filter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could it be because it is duplicate date?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Mar 2022 07:25:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-03-14T07:25:53Z</dc:date>
    <item>
      <title>Data Does Not Contain Certain Dates Resulting in "Blank" in Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-Does-Not-Contain-Certain-Dates-Resulting-in-quot-Blank-quot/m-p/2391062#M62194</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have multiple tables that I want to connect so I could do yearly comparison analysis across. So I created a Date table as the connector using this formula:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Dates = &lt;/SPAN&gt;&lt;SPAN&gt;Calendarauto&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But when I want to slice them, some tables where I have created connection with the Date Table are not affected by the filter. When investigated I found this:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Some dates does not exist in my data which exist in Date Table. So my slicer contains "(Blank)"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have checked date format and tables data. They are clear. What should I do to be able to filter those affected tables and get rid of the blank?&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 14 Mar 2022 04:43:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-Does-Not-Contain-Certain-Dates-Resulting-in-quot-Blank-quot/m-p/2391062#M62194</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-14T04:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data Does Not Contain Certain Dates Resulting in "Blank" in Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-Does-Not-Contain-Certain-Dates-Resulting-in-quot-Blank-quot/m-p/2391135#M62198</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Make sure you create a calendar with all dates &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use calendar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Calendar(date(2018,01,01), date(year(today()),12,31) )&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 05:39:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-Does-Not-Contain-Certain-Dates-Resulting-in-quot-Blank-quot/m-p/2391135#M62198</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-03-14T05:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data Does Not Contain Certain Dates Resulting in "Blank" in Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-Does-Not-Contain-Certain-Dates-Resulting-in-quot-Blank-quot/m-p/2391415#M62214</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for responding. I still face the same issue.&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;The first column that you see as "Due Date" came from one of the data table while "Year", "Quater", "Month" and "Day" comes from the Date Table that I have constructed (No issue on this).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Issue is that, my data has 'Due date' indicated but it is not categorized under the calendar date but instead lump into "Blank" filter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could it be because it is duplicate date?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 07:25:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-Does-Not-Contain-Certain-Dates-Resulting-in-quot-Blank-quot/m-p/2391415#M62214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-14T07:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Data Does Not Contain Certain Dates Resulting in "Blank" in Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-Does-Not-Contain-Certain-Dates-Resulting-in-quot-Blank-quot/m-p/2391474#M62217</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , If you dues date us joined with date table(Hope it does not have timestamp) &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. If due date has timestamp create a only date field to join with date table Datevalue([Due Date])&lt;/P&gt;
&lt;P&gt;2. If due date has null/blank value, system will dhow that&lt;/P&gt;
&lt;P&gt;3. if calendar has less dates, then when plot due date and date from calendar , calendar date will show blank&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why Time Intelligence Fails - Powerbi 5 Savior Steps for TI :&lt;A href="https://youtu.be/OBf0rjpp5Hw" target="_blank"&gt;https://youtu.be/OBf0rjpp5Hw&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5bd4" target="_blank"&gt;https://amitchandak.medium.com/power-bi-5-key-points-to-make-time-intelligence-successful-bd52912a5bd4&lt;/A&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :&lt;A href="https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions" target="_blank"&gt;radacad&lt;/A&gt; &lt;A href="https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/" target="_blank"&gt;sqlbi&lt;/A&gt; &lt;A href="https://www.youtube.com/playlist?list=PLPaNVDMhUXGYLz-w8ERQOo3KYARs7GgG-" target="_blank"&gt;My Video Series&lt;/A&gt; Appreciate your Kudos. &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 07:40:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Data-Does-Not-Contain-Certain-Dates-Resulting-in-quot-Blank-quot/m-p/2391474#M62217</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-03-14T07:40:54Z</dc:date>
    </item>
  </channel>
</rss>

