<?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: How to Correct Different Format Dates in a Column via DAX? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Correct-Different-Format-Dates-in-a-Column-via-DAX/m-p/3310457#M123740</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507166" data-lia-user-login="RahimZulfiqar87" class="lia-mention lia-mention-user"&gt;RahimZulfiqar87&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;In (&lt;STRONG&gt;1&lt;/STRONG&gt;) you are assuming "MM/DD/YYYY". However, in (&lt;STRONG&gt;2&lt;/STRONG&gt;) it is "DD/MM/YYYY", and we could identify that only because&amp;nbsp;the day is greater than 12. For any date where the day is less than or equal to 12 you will never be able to verify whether it is intended to be "MM/DD/YYYY" or "DD/MM/YYYY".&lt;/P&gt;
&lt;P&gt;Therefore, you don't know for sure that (&lt;STRONG&gt;1&lt;/STRONG&gt;) is "MM/DD/YYYY", but you only assumed.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Jun 2023 15:06:55 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-06-30T15:06:55Z</dc:date>
    <item>
      <title>How to Correct Different Format Dates in a Column via DAX?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Correct-Different-Format-Dates-in-a-Column-via-DAX/m-p/3310328#M123725</link>
      <description>&lt;P&gt;How to Correct Different Format Dates in a Column via DAX?&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;Dates&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;6/1/2023&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6/2/2023&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6/3/2023&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6/4/2023&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6.5.2023&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6.6.2023&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6.7.2023&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2023-27-6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;27-6-2023&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;31052022&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;6..20…2023&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Fri, 30 Jun 2023 14:03:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Correct-Different-Format-Dates-in-a-Column-via-DAX/m-p/3310328#M123725</guid>
      <dc:creator>RahimZulfiqar87</dc:creator>
      <dc:date>2023-06-30T14:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Correct Different Format Dates in a Column via DAX?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Correct-Different-Format-Dates-in-a-Column-via-DAX/m-p/3310420#M123737</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507166" data-lia-user-login="RahimZulfiqar87" class="lia-mention lia-mention-user"&gt;RahimZulfiqar87&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;If you cannot tell which number is the month and which number is the day, then there is no tool on earth can solve your problem. For example:&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;6.5.2023&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;2023.6.5&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;Who can tell if this is UK time format or US time format? Is it June 5th or May 6th? Would you take the responsibility&amp;nbsp;along with the risk of producing wrong results? This need to be fixed from the source only.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 14:47:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Correct-Different-Format-Dates-in-a-Column-via-DAX/m-p/3310420#M123737</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-30T14:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Correct Different Format Dates in a Column via DAX?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Correct-Different-Format-Dates-in-a-Column-via-DAX/m-p/3310427#M123739</link>
      <description>&lt;P&gt;In the correction column I have format all dates in MM/DD/YYYY format. I hope this will helps you and this is US based time zone&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 14:50:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Correct-Different-Format-Dates-in-a-Column-via-DAX/m-p/3310427#M123739</guid>
      <dc:creator>RahimZulfiqar87</dc:creator>
      <dc:date>2023-06-30T14:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to Correct Different Format Dates in a Column via DAX?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Correct-Different-Format-Dates-in-a-Column-via-DAX/m-p/3310457#M123740</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507166" data-lia-user-login="RahimZulfiqar87" class="lia-mention lia-mention-user"&gt;RahimZulfiqar87&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;In (&lt;STRONG&gt;1&lt;/STRONG&gt;) you are assuming "MM/DD/YYYY". However, in (&lt;STRONG&gt;2&lt;/STRONG&gt;) it is "DD/MM/YYYY", and we could identify that only because&amp;nbsp;the day is greater than 12. For any date where the day is less than or equal to 12 you will never be able to verify whether it is intended to be "MM/DD/YYYY" or "DD/MM/YYYY".&lt;/P&gt;
&lt;P&gt;Therefore, you don't know for sure that (&lt;STRONG&gt;1&lt;/STRONG&gt;) is "MM/DD/YYYY", but you only assumed.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 15:06:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Correct-Different-Format-Dates-in-a-Column-via-DAX/m-p/3310457#M123740</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-30T15:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Correct Different Format Dates in a Column via DAX?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Correct-Different-Format-Dates-in-a-Column-via-DAX/m-p/3310458#M123741</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="507166" data-lia-user-login="RahimZulfiqar87" class="lia-mention lia-mention-user"&gt;RahimZulfiqar87&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;In (&lt;STRONG&gt;1&lt;/STRONG&gt;) you are assuming "MM/DD/YYYY". However, in (&lt;STRONG&gt;2&lt;/STRONG&gt;) it is "DD/MM/YYYY", and we could identified that only because&amp;nbsp;the day is greater than 12. For any date where the day is less than or equal to 12 you will never be able whether it is intended to be "MM/DD/YYYY" or "DD/MM/YYYY".&lt;/P&gt;
&lt;P&gt;Therefore, you don't know for sure that (&lt;STRONG&gt;1&lt;/STRONG&gt;) is "MM/DD/YYYY", but you only assumed.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2023 15:05:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-Correct-Different-Format-Dates-in-a-Column-via-DAX/m-p/3310458#M123741</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-06-30T15:05:45Z</dc:date>
    </item>
  </channel>
</rss>

