<?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: Month Abbreviation in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Month-Abbreviation/m-p/3040469#M104258</link>
    <description>&lt;P&gt;The downside of this solution in that now in the tooltip I have also che&amp;nbsp;&lt;SPAN&gt;MonthNumber field when I go over with the mouse&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jan 2023 14:06:15 GMT</pubDate>
    <dc:creator>Br1bn</dc:creator>
    <dc:date>2023-01-24T14:06:15Z</dc:date>
    <item>
      <title>Month Abbreviation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Month-Abbreviation/m-p/3038860#M104155</link>
      <description>&lt;P&gt;Hi, in my data I have two fields YEAR and MONTH that I used to create a new column&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Date = DATE (Data[YEAR],Data[MONTH] ,1)&lt;/LI-CODE&gt;&lt;P&gt;and setting its data type as Date/time I obtain this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;which I used to build different graphs., e.g.&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;The problem is that I would use the abbreviated month to save space but I cannot find the way, I tried several approached but none of them worked. Could you help me?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 21:26:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Month-Abbreviation/m-p/3038860#M104155</guid>
      <dc:creator>Br1bn</dc:creator>
      <dc:date>2023-01-23T21:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Month Abbreviation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Month-Abbreviation/m-p/3038877#M104157</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="478013" data-lia-user-login="Br1bn" class="lia-mention lia-mention-user"&gt;Br1bn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try to plot the visual with a calculated column like&lt;/P&gt;&lt;P&gt;MMM = FORMAT([Date], "mmm")&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;MM = FORMAT([Date], "mm")&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;YY/MM = FORMAT([Date], "yy/mm")&lt;/P&gt;&lt;P&gt;instead of the month hierarchy.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 21:44:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Month-Abbreviation/m-p/3038877#M104157</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-01-23T21:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Month Abbreviation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Month-Abbreviation/m-p/3038953#M104160</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460868" data-lia-user-login="FreemanZ" class="lia-mention lia-mention-user"&gt;FreemanZ&lt;/a&gt;&amp;nbsp; The problem is that than the viz is not sorted on month natural order&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;&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 22:33:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Month-Abbreviation/m-p/3038953#M104160</guid>
      <dc:creator>Br1bn</dc:creator>
      <dc:date>2023-01-23T22:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Month Abbreviation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Month-Abbreviation/m-p/3038961#M104161</link>
      <description>&lt;P&gt;Hello &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="478013" data-lia-user-login="Br1bn" class="lia-mention lia-mention-user"&gt;Br1bn&lt;/a&gt;&amp;nbsp; after created the new column of abbrv, go to your tables,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a new sort column&lt;/P&gt;&lt;P&gt;Sorting = format([date],"yyyymm")&lt;/P&gt;&lt;P&gt;Now&lt;/P&gt;&lt;P&gt;Select the added column of abbrv, and press on sort column, and choose the sorting added column&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 22:43:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Month-Abbreviation/m-p/3038961#M104161</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-23T22:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Month Abbreviation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Month-Abbreviation/m-p/3038975#M104162</link>
      <description>&lt;P&gt;I created a new column:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Month_Sorting = format(Data[Date],"yyyymm")&lt;/LI-CODE&gt;&lt;P&gt;Then I clicked on the column "Month Short" and then I went to "Column Tools":&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;but tring sorting by the "Month Sorting" I&amp;nbsp;got this error message&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 22:57:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Month-Abbreviation/m-p/3038975#M104162</guid>
      <dc:creator>Br1bn</dc:creator>
      <dc:date>2023-01-23T22:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Month Abbreviation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Month-Abbreviation/m-p/3039064#M104165</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="478013" data-lia-user-login="Br1bn" class="lia-mention lia-mention-user"&gt;Br1bn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For chart visuals, you can always add another field to the tooltips and sort with the tooltips field.&lt;/P&gt;&lt;P&gt;e.g. another column like:&lt;/P&gt;&lt;P&gt;MonthNumber=&amp;nbsp;FORMAT ( [Date], "MM" )&lt;/P&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 00:40:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Month-Abbreviation/m-p/3039064#M104165</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-01-24T00:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Month Abbreviation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Month-Abbreviation/m-p/3039195#M104174</link>
      <description>&lt;P&gt;The sorting is set up staticly on the whole table, not in the context of your visual.&amp;nbsp; The problem is that there are multiple values of month_sorting for each Month&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g. for June, Jun corresponds to 202206 and 202106.&amp;nbsp; When there are similar multiple values for the other months, it doesn't know how to perform the sort.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Either use Format(..., "MMM") for short month and Format(...,"mm") as your month_sorting&lt;BR /&gt;&lt;STRONG&gt;and always have a year filter in effect where it is used&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or&lt;BR /&gt;use Format(..., "MMM yyyy") for short month and Format (..., "yyyymm") as your month_sorting but this will change your display output.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 03:32:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Month-Abbreviation/m-p/3039195#M104174</guid>
      <dc:creator>ghaines</dc:creator>
      <dc:date>2023-01-24T03:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Month Abbreviation</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Month-Abbreviation/m-p/3040469#M104258</link>
      <description>&lt;P&gt;The downside of this solution in that now in the tooltip I have also che&amp;nbsp;&lt;SPAN&gt;MonthNumber field when I go over with the mouse&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 14:06:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Month-Abbreviation/m-p/3040469#M104258</guid>
      <dc:creator>Br1bn</dc:creator>
      <dc:date>2023-01-24T14:06:15Z</dc:date>
    </item>
  </channel>
</rss>

