<?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 My calendar date and fact data date are conflicting in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-calendar-date-and-fact-data-date-are-conflicting/m-p/4624051#M176993</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN&gt;Hello guys,i ran into a slight issue concerning my calendar function..the month function on my y axis are blank and do not return any value,and also my calendar table date and fact data date are not corresponding,my &amp;nbsp;fact data date only has 2023 dates while my calendar date has 2023 and 2024 dates which has been causing a great conflict in my visuals,what do you think is the best way forward to this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1B4evZsPDqjQ7zyLrEty4bZJBUEC63Qdt/view?usp=drivesdk" target="_self"&gt;https://drive.google.com/file/d/1B4evZsPDqjQ7zyLrEty4bZJBUEC63Qdt/view?usp=drivesdk&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thats the link to the data set for better understanding&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Mar 2025 11:42:53 GMT</pubDate>
    <dc:creator>Diportee97</dc:creator>
    <dc:date>2025-03-25T11:42:53Z</dc:date>
    <item>
      <title>My calendar date and fact data date are conflicting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-calendar-date-and-fact-data-date-are-conflicting/m-p/4624051#M176993</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN&gt;Hello guys,i ran into a slight issue concerning my calendar function..the month function on my y axis are blank and do not return any value,and also my calendar table date and fact data date are not corresponding,my &amp;nbsp;fact data date only has 2023 dates while my calendar date has 2023 and 2024 dates which has been causing a great conflict in my visuals,what do you think is the best way forward to this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1B4evZsPDqjQ7zyLrEty4bZJBUEC63Qdt/view?usp=drivesdk" target="_self"&gt;https://drive.google.com/file/d/1B4evZsPDqjQ7zyLrEty4bZJBUEC63Qdt/view?usp=drivesdk&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thats the link to the data set for better understanding&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 11:42:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-calendar-date-and-fact-data-date-are-conflicting/m-p/4624051#M176993</guid>
      <dc:creator>Diportee97</dc:creator>
      <dc:date>2025-03-25T11:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: My calendar date and fact data date are conflicting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-calendar-date-and-fact-data-date-are-conflicting/m-p/4624073#M176996</link>
      <description>&lt;UL&gt;&lt;LI&gt;Go to PowerQuery and set the dates in your fact table to Date type&lt;/LI&gt;&lt;LI&gt;Ensure relationship between date and fact table&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 25 Mar 2025 11:58:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-calendar-date-and-fact-data-date-are-conflicting/m-p/4624073#M176996</guid>
      <dc:creator>Deku</dc:creator>
      <dc:date>2025-03-25T11:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: My calendar date and fact data date are conflicting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-calendar-date-and-fact-data-date-are-conflicting/m-p/4625081#M177040</link>
      <description>&lt;P&gt;This happens because the data types of the two fields of the join relationship do not match.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this case, the date of the fact table is with time, while the date of the date table is without time, so the two don't match, causing the DAX engine to automatically add empty rows.&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;You can go into PowerQuery and change the data type of the date field in the fact table to Date instead of DateTime.&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;Or, just change the data type to "Whole Number", then change back to datetime type.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you~&lt;/P&gt;</description>
      <pubDate>Wed, 26 Mar 2025 03:36:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/My-calendar-date-and-fact-data-date-are-conflicting/m-p/4625081#M177040</guid>
      <dc:creator>xifeng_L</dc:creator>
      <dc:date>2025-03-26T03:36:32Z</dc:date>
    </item>
  </channel>
</rss>

