<?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 set a default sorting for a chart? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-set-a-default-sorting-for-a-chart/m-p/3168080#M114098</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="527398" data-lia-user-login="MohammadLoran25" class="lia-mention lia-mention-user"&gt;MohammadLoran25&lt;/a&gt;&amp;nbsp;It doesn't work this way please see below for reference:&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;</description>
    <pubDate>Sun, 02 Apr 2023 23:11:02 GMT</pubDate>
    <dc:creator>ironboy0418</dc:creator>
    <dc:date>2023-04-02T23:11:02Z</dc:date>
    <item>
      <title>How to set a default sorting for a chart?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-set-a-default-sorting-for-a-chart/m-p/3167537#M114017</link>
      <description>&lt;P&gt;I do have two slicers that are inter-dependent with each other:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The objective is whichever I select weekly, monthly, or quarterly in the relative slicer. The below report will be sort not by its values rather by its relative date like the example below. The concern with this is that I always manually sort it everytime I select another view:&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;Is there a way we can sort it automatically using dax? or any other method?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 04:56:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-set-a-default-sorting-for-a-chart/m-p/3167537#M114017</guid>
      <dc:creator>ironboy0418</dc:creator>
      <dc:date>2023-04-02T04:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a default sorting for a chart?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-set-a-default-sorting-for-a-chart/m-p/3167635#M114038</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="479972" data-lia-user-login="ironboy0418" class="lia-mention lia-mention-user"&gt;ironboy0418&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Click on your field (Year-month which you have put on you X-Axis)&lt;/P&gt;&lt;P&gt;Then from the upper ribbon in the "Column Tools" select the "Sort By Column" section and sort it by the column YearMonth (if you do not have YearMonth Field you can Create it as a calculated column in your datetable as below):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CONVERT(FORMAT(DateTable[Date],"YYYYMM"),INTEGER)&lt;/LI-CODE&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;&lt;P&gt;If this answer solves your problem, give it a thumbs up and accept it as a solution so the others would find what they need easier.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Loran&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2023 09:21:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-set-a-default-sorting-for-a-chart/m-p/3167635#M114038</guid>
      <dc:creator>MohammadLoran25</dc:creator>
      <dc:date>2023-04-02T09:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a default sorting for a chart?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-set-a-default-sorting-for-a-chart/m-p/3168080#M114098</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="527398" data-lia-user-login="MohammadLoran25" class="lia-mention lia-mention-user"&gt;MohammadLoran25&lt;/a&gt;&amp;nbsp;It doesn't work this way please see below for reference:&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;</description>
      <pubDate>Sun, 02 Apr 2023 23:11:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-set-a-default-sorting-for-a-chart/m-p/3168080#M114098</guid>
      <dc:creator>ironboy0418</dc:creator>
      <dc:date>2023-04-02T23:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a default sorting for a chart?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-set-a-default-sorting-for-a-chart/m-p/3169793#M114219</link>
      <description>&lt;P&gt;I could not get what you meant by the picture. Could you please wxplain more what is wrong with it exactly?&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="479972" data-lia-user-login="ironboy0418" class="lia-mention lia-mention-user"&gt;ironboy0418&lt;/a&gt;&amp;nbsp; Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 15:22:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-set-a-default-sorting-for-a-chart/m-p/3169793#M114219</guid>
      <dc:creator>MohammadLoran25</dc:creator>
      <dc:date>2023-04-03T15:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to set a default sorting for a chart?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-set-a-default-sorting-for-a-chart/m-p/3170442#M114258</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="527398" data-lia-user-login="MohammadLoran25" class="lia-mention lia-mention-user"&gt;MohammadLoran25&lt;/a&gt;&amp;nbsp;It didn't achieve the objectives even if I did the above recommendation of yours&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 23:46:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-set-a-default-sorting-for-a-chart/m-p/3170442#M114258</guid>
      <dc:creator>ironboy0418</dc:creator>
      <dc:date>2023-04-03T23:46:56Z</dc:date>
    </item>
  </channel>
</rss>

