<?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 get format of Month &amp;quot;MMM-YY&amp;quot; in matrix view in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-format-of-Month-quot-MMM-YY-quot-in-matrix-view/m-p/1992805#M44113</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you try to convert date format from ribbon because in that case seperately sorting is not required.&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;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Aug 2021 11:16:02 GMT</pubDate>
    <dc:creator>Samarth_18</dc:creator>
    <dc:date>2021-08-02T11:16:02Z</dc:date>
    <item>
      <title>How to get format of Month "MMM-YY" in matrix view</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-format-of-Month-quot-MMM-YY-quot-in-matrix-view/m-p/1992608#M44107</link>
      <description>&lt;P&gt;Hi Team&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the screenshot of my table in which Months are showing in columns.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like month to be seen as "mmm-yy". I have been able to make new column for data using "&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;New Month = FORMAT(AllKpis[Month],"MMM-YY")" but this column is sorted as below -&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to sort this as Jan-21,Feb-21 and so on?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly suggest&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;RatanB&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 02 Aug 2021 09:26:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-format-of-Month-quot-MMM-YY-quot-in-matrix-view/m-p/1992608#M44107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-02T09:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get format of Month "MMM-YY" in matrix view</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-format-of-Month-quot-MMM-YY-quot-in-matrix-view/m-p/1992805#M44113</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you try to convert date format from ribbon because in that case seperately sorting is not required.&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 11:16:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-format-of-Month-quot-MMM-YY-quot-in-matrix-view/m-p/1992805#M44113</guid>
      <dc:creator>Samarth_18</dc:creator>
      <dc:date>2021-08-02T11:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to get format of Month "MMM-YY" in matrix view</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-format-of-Month-quot-MMM-YY-quot-in-matrix-view/m-p/1993098#M44125</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You should add a column with "Mmm YYYY" then another column with SortColumn = INT ( FORMAT (Table[DAte],"YYMM") ) then sort by this:&lt;BR /&gt;&lt;BR /&gt;Wat this video for instructions:&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=NlX7Cp2P0d4" target="_blank"&gt;https://www.youtube.com/watch?v=NlX7Cp2P0d4&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 13:22:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-format-of-Month-quot-MMM-YY-quot-in-matrix-view/m-p/1993098#M44125</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2021-08-02T13:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get format of Month "MMM-YY" in matrix view</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-format-of-Month-quot-MMM-YY-quot-in-matrix-view/m-p/1995468#M44220</link>
      <description>&lt;P&gt;this format is not coming in my power bi? How to get this?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 12:43:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-format-of-Month-quot-MMM-YY-quot-in-matrix-view/m-p/1995468#M44220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-03T12:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get format of Month "MMM-YY" in matrix view</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-format-of-Month-quot-MMM-YY-quot-in-matrix-view/m-p/1995514#M44226</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;you can directly write this &lt;STRONG&gt;"mmm-yy"&lt;/STRONG&gt; over there.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Aug 2021 13:09:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-format-of-Month-quot-MMM-YY-quot-in-matrix-view/m-p/1995514#M44226</guid>
      <dc:creator>Samarth_18</dc:creator>
      <dc:date>2021-08-03T13:09:25Z</dc:date>
    </item>
  </channel>
</rss>

