<?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 Changing Date Format in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Date-Format/m-p/4319902#M171497</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my x-axis, with some of the months cut off because it's too long.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to change the format to a month/year format like "Jan 23"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or are we bound to the formats listed in PBI?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 09 Dec 2024 15:08:23 GMT</pubDate>
    <dc:creator>e175429</dc:creator>
    <dc:date>2024-12-09T15:08:23Z</dc:date>
    <item>
      <title>Changing Date Format</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Date-Format/m-p/4319902#M171497</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my x-axis, with some of the months cut off because it's too long.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to change the format to a month/year format like "Jan 23"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or are we bound to the formats listed in PBI?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 15:08:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Date-Format/m-p/4319902#M171497</guid>
      <dc:creator>e175429</dc:creator>
      <dc:date>2024-12-09T15:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date Format</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Date-Format/m-p/4319939#M171498</link>
      <description>&lt;P&gt;You can format the date a ton of different ways by creating a new column. This should give you what you want.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Date Format =
FORMAT ( 'Date'[Date], "mmm" ) &amp;amp; " " &amp;amp; FORMAT ( 'Date'[Date], "yy" )
&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 09 Dec 2024 15:31:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Date-Format/m-p/4319939#M171498</guid>
      <dc:creator>Syk</dc:creator>
      <dc:date>2024-12-09T15:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date Format</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Date-Format/m-p/4320059#M171509</link>
      <description>&lt;P&gt;Hey Syk,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I get the dates to ascend in order?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 16:32:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Date-Format/m-p/4320059#M171509</guid>
      <dc:creator>e175429</dc:creator>
      <dc:date>2024-12-09T16:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date Format</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Date-Format/m-p/4320080#M171513</link>
      <description>&lt;P&gt;There are different options to sort. If you select the chart and select the "..." in the top right, you can sort on different fields/values. You may also need to order your new column by your date column to ensure it's getting the correct order. Select your column and the column tools should pop up allowing you to sort your new column.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 16:47:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Date-Format/m-p/4320080#M171513</guid>
      <dc:creator>Syk</dc:creator>
      <dc:date>2024-12-09T16:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date Format</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Date-Format/m-p/4320247#M171520</link>
      <description>&lt;P&gt;Sorry, I should've been more specific.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I try to order the new column by Date I get this message:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I'm only given 2 options to sort the axis itself. This is one:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;And this is the other:&lt;/P&gt;&lt;P&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;</description>
      <pubDate>Mon, 09 Dec 2024 18:19:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Date-Format/m-p/4320247#M171520</guid>
      <dc:creator>e175429</dc:creator>
      <dc:date>2024-12-09T18:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date Format</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Date-Format/m-p/4320261#M171521</link>
      <description>&lt;P&gt;Try ordering it by your month-year sort column.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 18:32:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Date-Format/m-p/4320261#M171521</guid>
      <dc:creator>Syk</dc:creator>
      <dc:date>2024-12-09T18:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date Format</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Date-Format/m-p/4320268#M171522</link>
      <description>&lt;P&gt;I did not get a error but it's still out of wack.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 18:37:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Date-Format/m-p/4320268#M171522</guid>
      <dc:creator>e175429</dc:creator>
      <dc:date>2024-12-09T18:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date Format</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Date-Format/m-p/4320299#M171525</link>
      <description>&lt;P&gt;Your year month sort column is sorted alphabetically. You need a Year Month Code to properly sort.&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Year Month Code = FORMAT('Date'[Date],"YYYYMM")&lt;/LI-CODE&gt;
&lt;P&gt;Then sort your columns by this and you should be good to go.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 19:08:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Date-Format/m-p/4320299#M171525</guid>
      <dc:creator>Syk</dc:creator>
      <dc:date>2024-12-09T19:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Date Format</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Date-Format/m-p/4320303#M171526</link>
      <description>&lt;P&gt;You are going straight to heaven!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you kindly&lt;/P&gt;</description>
      <pubDate>Mon, 09 Dec 2024 19:14:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Changing-Date-Format/m-p/4320303#M171526</guid>
      <dc:creator>e175429</dc:creator>
      <dc:date>2024-12-09T19:14:23Z</dc:date>
    </item>
  </channel>
</rss>

