<?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 format issue in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-format-issue/m-p/2386771#M61873</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="96345" data-lia-user-login="Qmars007" class="lia-mention lia-mention-user"&gt;Qmars007&lt;/a&gt; , &lt;/P&gt;
&lt;P&gt;Based on Month start date , create a date , Assume FY start from Jan&lt;/P&gt;
&lt;P&gt;Date = Eomonth(date(mid([FY Qtr],4,2), 4,1)&amp;nbsp; , (mid([FY Qtr],1,1)-1)*3 )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can use time intelligence&lt;/P&gt;</description>
    <pubDate>Thu, 10 Mar 2022 16:00:28 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-03-10T16:00:28Z</dc:date>
    <item>
      <title>Date format issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-format-issue/m-p/2386362#M61841</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;I hope some experts help me with a date format issue.&amp;nbsp;&lt;BR /&gt;The format of my date column on the data source, an excel file,&amp;nbsp;is Q1 20/21, Q2 20/21, Q3 20/21, Q4 20/21, Q1 21/22..... So when I import the flat file into Power BI, the quarterly KPIs are not synchronised as the date format is in text format.&lt;BR /&gt;I would like to know the best solution to overcome this date format so that my quarterly KPIs for each quarter be shown correctly.&lt;BR /&gt;Best,&lt;BR /&gt;Qmars&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 13:34:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-format-issue/m-p/2386362#M61841</guid>
      <dc:creator>Qmars007</dc:creator>
      <dc:date>2022-03-10T13:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Date format issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-format-issue/m-p/2386771#M61873</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="96345" data-lia-user-login="Qmars007" class="lia-mention lia-mention-user"&gt;Qmars007&lt;/a&gt; , &lt;/P&gt;
&lt;P&gt;Based on Month start date , create a date , Assume FY start from Jan&lt;/P&gt;
&lt;P&gt;Date = Eomonth(date(mid([FY Qtr],4,2), 4,1)&amp;nbsp; , (mid([FY Qtr],1,1)-1)*3 )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can use time intelligence&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 16:00:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-format-issue/m-p/2386771#M61873</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-03-10T16:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Date format issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-format-issue/m-p/2397092#M62583</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="96345" data-lia-user-login="Qmars007" class="lia-mention lia-mention-user"&gt;Qmars007&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You cann't change the quarter to date format, as in all the date formats,&amp;nbsp;there isn't one format for showing quarters.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;For your calculate purpose, you can create a calculated column in the table contains date, like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Qtr =
"Q" &amp;amp; QUARTER ( [Date] ) &amp;amp; " "
    &amp;amp; FORMAT ( [Date], "YY" ) &amp;amp; "/"
    &amp;amp; FORMAT ( [Date], "YY" ) + 1
&lt;/LI-CODE&gt;
&lt;P&gt;Then the quarter relates to date, and can also relates to the&amp;nbsp;&lt;SPAN&gt;quarterly KPIs.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ kalyj&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;helps,&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;then please consider&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 07:30:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-format-issue/m-p/2397092#M62583</guid>
      <dc:creator>v-yanjiang-msft</dc:creator>
      <dc:date>2022-03-16T07:30:22Z</dc:date>
    </item>
  </channel>
</rss>

