<?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: Reorder Axis in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reorder-Axis/m-p/2256612#M54473</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="348176" data-lia-user-login="elbartje" class="lia-mention lia-mention-user"&gt;elbartje&lt;/a&gt; , You need to create a sort order column and mark that sort column&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example&lt;/P&gt;
&lt;P&gt;Axis column 1 = [Axis Column]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Axis column sort =&amp;nbsp; Switch(true(),&lt;/P&gt;
&lt;P&gt;[Axis Column] = "2019", 1,&lt;/P&gt;
&lt;P&gt;[Axis Column] = "2010", 2,&lt;/P&gt;
&lt;P&gt;//Add others )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark Axis column sort as sort column for Axis column 1 and use&amp;nbsp;Axis column 1 in visual&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;How to Create Sort Column and Solve Related Errors: &lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=KK1zu4MBb-c" target="_blank"&gt;https://www.youtube.com/watch?v=KK1zu4MBb-c&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Dec 2021 08:36:05 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2021-12-27T08:36:05Z</dc:date>
    <item>
      <title>Reorder Axis</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reorder-Axis/m-p/2256607#M54472</link>
      <description>&lt;P&gt;I got this graph:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;It shows me all data of 2019,2020 en then for 2021 I see the data for each month.&lt;BR /&gt;I want the data in this order in my X-Axis:&lt;BR /&gt;2019, 2020, 2021, Jan, Feb, Mar, Apr, May, June, July, Aug,Sept, Oct, Nov, Dec&lt;BR /&gt;If I change my month format to 1,2,3 then my graph looks like this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I sort on a column that is not in the visual, or can I add a dummy column to sort on in the graph ?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 08:30:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reorder-Axis/m-p/2256607#M54472</guid>
      <dc:creator>elbartje</dc:creator>
      <dc:date>2021-12-27T08:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Reorder Axis</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reorder-Axis/m-p/2256612#M54473</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="348176" data-lia-user-login="elbartje" class="lia-mention lia-mention-user"&gt;elbartje&lt;/a&gt; , You need to create a sort order column and mark that sort column&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example&lt;/P&gt;
&lt;P&gt;Axis column 1 = [Axis Column]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Axis column sort =&amp;nbsp; Switch(true(),&lt;/P&gt;
&lt;P&gt;[Axis Column] = "2019", 1,&lt;/P&gt;
&lt;P&gt;[Axis Column] = "2010", 2,&lt;/P&gt;
&lt;P&gt;//Add others )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark Axis column sort as sort column for Axis column 1 and use&amp;nbsp;Axis column 1 in visual&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;How to Create Sort Column and Solve Related Errors: &lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=KK1zu4MBb-c" target="_blank"&gt;https://www.youtube.com/watch?v=KK1zu4MBb-c&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 08:36:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reorder-Axis/m-p/2256612#M54473</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-12-27T08:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Reorder Axis</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reorder-Axis/m-p/2256682#M54477</link>
      <description>&lt;P&gt;Thank you that did the trick !!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Dec 2021 09:34:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Reorder-Axis/m-p/2256682#M54477</guid>
      <dc:creator>elbartje</dc:creator>
      <dc:date>2021-12-27T09:34:27Z</dc:date>
    </item>
  </channel>
</rss>

