<?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: DAX rolling 12 month sorting issue in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-rolling-12-month-sorting-issue/m-p/3445274#M131065</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="608537" data-lia-user-login="salgouda" class="lia-mention lia-mention-user"&gt;salgouda&lt;/a&gt; If you haven't solved your problem, please try&lt;BR /&gt;&lt;A href="https://blog.enterprisedna.co/sorting-date-table-columns-in-power-bi/" target="_blank" rel="noopener"&gt;https://blog.enterprisedna.co/sorting-date-table-columns-in-power-bi/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&lt;SPAN&gt;Thank you for taking the time to respond. I understand the importance of clarity in our communications. My message stemmed from an observation that several solutions within our community have answers but they haven't been accepted or marked as resolved. This could possibly be because some contributors might have forgotten to provide feedback on the final outcome, leaving topics unresolved. My goal is to ensure that no solution remains in such a state.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I deeply wish for our community to remain vibrant and active. Abandoned solutions can give the impression of indifference. I'd like to emphasize the importance of feedback. When members, especially esteemed ones like yourself, take time out of their day to offer assistance, it's invaluable to receive updates or acknowledgment of proposed solutions. This not only recognizes the efforts of those trying to help but also builds a repository of resolved queries. The more feedback and results we share, the fewer repetitive questions we'll have, as most of them would have existing solutions to refer to.&lt;/P&gt;
&lt;P&gt;Again, thank you for your guidance. I'll aim for more direct and concise communications in the future, keeping the betterment of our community at heart.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Sep 2023 07:22:14 GMT</pubDate>
    <dc:creator>technolog</dc:creator>
    <dc:date>2023-09-25T07:22:14Z</dc:date>
    <item>
      <title>DAX rolling 12 month sorting issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-rolling-12-month-sorting-issue/m-p/3407587#M128765</link>
      <description>&lt;P class=""&gt;Hi there,&lt;/P&gt;&lt;P class=""&gt;I am trying to create a rolling 12 months visual here:&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class=""&gt;but the sorting options are either by the turnover rate (which misses with the month order) or by the month number (which sorts past 12 months from jan to dec)&lt;/P&gt;&lt;P class=""&gt;since this is the order that I need&lt;BR /&gt;Aug 1&lt;BR /&gt;Jul 2&lt;BR /&gt;June 3&lt;BR /&gt;May 4&lt;BR /&gt;April 5&lt;BR /&gt;Mar 6&lt;BR /&gt;Feb 7&lt;BR /&gt;Jan 8&lt;BR /&gt;Dec 9&lt;BR /&gt;Nov 10&lt;BR /&gt;Oct 9&lt;BR /&gt;sep 8&lt;/P&gt;&lt;P class=""&gt;and I need this order to shift monthly according to each month&lt;/P&gt;&lt;P class=""&gt;I created this calculated column&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P class=""&gt;but it clearly evaluates to blank for months sep, oct, nov, dec where months evaluate to (0,-1,-2,-3)&lt;/P&gt;&lt;P class=""&gt;how can I work around this to get the right sort order for my visual?&lt;/P&gt;&lt;P class=""&gt;Thanks in Advance!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 21:18:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-rolling-12-month-sorting-issue/m-p/3407587#M128765</guid>
      <dc:creator>salgouda</dc:creator>
      <dc:date>2023-08-30T21:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: DAX rolling 12 month sorting issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-rolling-12-month-sorting-issue/m-p/3412358#M129010</link>
      <description>&lt;P&gt;Use a YearMonth column for sorting.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Sep 2023 23:54:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-rolling-12-month-sorting-issue/m-p/3412358#M129010</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-09-02T23:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: DAX rolling 12 month sorting issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-rolling-12-month-sorting-issue/m-p/3444556#M130944</link>
      <description>&lt;P&gt;I hope this message finds you well. I've noticed that this solution remain unresolved. If any of you have managed to find a resolution to the issue, I kindly request that you share your solution for the benefit of the entire community. Alternatively, if you're still facing challenges, please do let us know as well.&lt;/P&gt;
&lt;P&gt;Your insights and updates will greatly assist others who might be encountering the same challenge.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Sep 2023 07:56:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-rolling-12-month-sorting-issue/m-p/3444556#M130944</guid>
      <dc:creator>technolog</dc:creator>
      <dc:date>2023-09-24T07:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: DAX rolling 12 month sorting issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-rolling-12-month-sorting-issue/m-p/3444974#M131040</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="401845" data-lia-user-login="technolog" class="lia-mention lia-mention-user"&gt;technolog&lt;/a&gt;&amp;nbsp;what's the purpose of your message?&amp;nbsp; Please try to limit your contribution to either asking a clarifying question or providing a solution proposal (or - worst case - a personal opinion).&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 00:08:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-rolling-12-month-sorting-issue/m-p/3444974#M131040</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-09-25T00:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: DAX rolling 12 month sorting issue</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-rolling-12-month-sorting-issue/m-p/3445274#M131065</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="608537" data-lia-user-login="salgouda" class="lia-mention lia-mention-user"&gt;salgouda&lt;/a&gt; If you haven't solved your problem, please try&lt;BR /&gt;&lt;A href="https://blog.enterprisedna.co/sorting-date-table-columns-in-power-bi/" target="_blank" rel="noopener"&gt;https://blog.enterprisedna.co/sorting-date-table-columns-in-power-bi/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&lt;SPAN&gt;Thank you for taking the time to respond. I understand the importance of clarity in our communications. My message stemmed from an observation that several solutions within our community have answers but they haven't been accepted or marked as resolved. This could possibly be because some contributors might have forgotten to provide feedback on the final outcome, leaving topics unresolved. My goal is to ensure that no solution remains in such a state.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I deeply wish for our community to remain vibrant and active. Abandoned solutions can give the impression of indifference. I'd like to emphasize the importance of feedback. When members, especially esteemed ones like yourself, take time out of their day to offer assistance, it's invaluable to receive updates or acknowledgment of proposed solutions. This not only recognizes the efforts of those trying to help but also builds a repository of resolved queries. The more feedback and results we share, the fewer repetitive questions we'll have, as most of them would have existing solutions to refer to.&lt;/P&gt;
&lt;P&gt;Again, thank you for your guidance. I'll aim for more direct and concise communications in the future, keeping the betterment of our community at heart.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 07:22:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-rolling-12-month-sorting-issue/m-p/3445274#M131065</guid>
      <dc:creator>technolog</dc:creator>
      <dc:date>2023-09-25T07:22:14Z</dc:date>
    </item>
  </channel>
</rss>

