<?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: Date Hierarchy shows Blanks in Visual in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Hierarchy-shows-Blanks-in-Visual/m-p/3097633#M108751</link>
    <description>&lt;P&gt;Awesome thank you! I've adjusted the 6:00 to 0:00 in Power Query and now they match!&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;</description>
    <pubDate>Fri, 24 Feb 2023 09:15:29 GMT</pubDate>
    <dc:creator>SteveMBSDO</dc:creator>
    <dc:date>2023-02-24T09:15:29Z</dc:date>
    <item>
      <title>Date Hierarchy shows Blanks in Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Hierarchy-shows-Blanks-in-Visual/m-p/3097570#M108743</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I want to visualize [Duration] on a Date x-axis the visual doesn’t recognize the date hierarchy and I get (Blank) instead. See picture. How can I solve this to make it look like the last picture attached? I think I'm missing something basic...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I created a Date Table using the following DAX:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is the format of the original date in the FACT Table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is how I’ve set up the relationship between the [Date Table] and [Reporting Date]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When I just use [Duration] and [Reporting Date] from the same table I get the result I want, but I want to use the dimension table because I have to add new tables later on.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 08:59:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Hierarchy-shows-Blanks-in-Visual/m-p/3097570#M108743</guid>
      <dc:creator>SteveMBSDO</dc:creator>
      <dc:date>2023-02-24T08:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Date Hierarchy shows Blanks in Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Hierarchy-shows-Blanks-in-Visual/m-p/3097600#M108746</link>
      <description>&lt;P&gt;Do you have perhaps a .pbix file?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 09:05:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Hierarchy-shows-Blanks-in-Visual/m-p/3097600#M108746</guid>
      <dc:creator>andhiii079845</dc:creator>
      <dc:date>2023-02-24T09:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date Hierarchy shows Blanks in Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Hierarchy-shows-Blanks-in-Visual/m-p/3097618#M108749</link>
      <description>&lt;P&gt;Yes, but how can I upload it to here?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 09:07:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Hierarchy-shows-Blanks-in-Visual/m-p/3097618#M108749</guid>
      <dc:creator>SteveMBSDO</dc:creator>
      <dc:date>2023-02-24T09:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Date Hierarchy shows Blanks in Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Hierarchy-shows-Blanks-in-Visual/m-p/3097625#M108750</link>
      <description>&lt;P&gt;I see the problem in your screenshot: dimDate is DD-MM-YYYY &lt;STRONG&gt;00:00:00&lt;/STRONG&gt; but in your FACT table:&amp;nbsp;DD-MM-YYYY &lt;STRONG&gt;06:00:00. They will not join via the relationsship.&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;You have to separate date and time in the fact and dim table.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 09:12:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Hierarchy-shows-Blanks-in-Visual/m-p/3097625#M108750</guid>
      <dc:creator>andhiii079845</dc:creator>
      <dc:date>2023-02-24T09:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Date Hierarchy shows Blanks in Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Hierarchy-shows-Blanks-in-Visual/m-p/3097633#M108751</link>
      <description>&lt;P&gt;Awesome thank you! I've adjusted the 6:00 to 0:00 in Power Query and now they match!&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;</description>
      <pubDate>Fri, 24 Feb 2023 09:15:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Hierarchy-shows-Blanks-in-Visual/m-p/3097633#M108751</guid>
      <dc:creator>SteveMBSDO</dc:creator>
      <dc:date>2023-02-24T09:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Date Hierarchy shows Blanks in Visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Hierarchy-shows-Blanks-in-Visual/m-p/3097635#M108752</link>
      <description>&lt;P&gt;One advice. If you not need the time than separate it from the the date. One column for date, one for time. But fine that it works. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 09:17:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Hierarchy-shows-Blanks-in-Visual/m-p/3097635#M108752</guid>
      <dc:creator>andhiii079845</dc:creator>
      <dc:date>2023-02-24T09:17:45Z</dc:date>
    </item>
  </channel>
</rss>

