<?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 sort column in descending character + increasing number in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-column-in-descending-character-increasing-number/m-p/2473105#M67423</link>
    <description>&lt;P&gt;I want to Sort my Job level in Descending order + increasing number such as S&lt;STRONG&gt;1,S2,S3,P1,P2,P3,P4,P5........&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 24 Apr 2022 08:04:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-04-24T08:04:50Z</dc:date>
    <item>
      <title>sort column in descending character + increasing number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-column-in-descending-character-increasing-number/m-p/2473105#M67423</link>
      <description>&lt;P&gt;I want to Sort my Job level in Descending order + increasing number such as S&lt;STRONG&gt;1,S2,S3,P1,P2,P3,P4,P5........&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2022 08:04:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-column-in-descending-character-increasing-number/m-p/2473105#M67423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-24T08:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: sort column in descending character + increasing number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-column-in-descending-character-increasing-number/m-p/2473126#M67426</link>
      <description>&lt;P&gt;Hi Anonymous&lt;/LI-USER&gt; ,&lt;BR /&gt;&lt;BR /&gt;Question here is, if the number of job categories can change or&amp;nbsp; there might be some additional one, like X, Y etc..&lt;BR /&gt;&lt;BR /&gt;In case you know, that the number of categories is final, I would recommend you to make a custom mapping table, where you define the order - just like S1 = 1, S2 = 2...and then set up, that job categories will be sort out by this new table, where you have ordering.&lt;BR /&gt;&lt;BR /&gt;In case you need to have more dynamic approach I would see as the easiest solution (depends on the model) to use ordering in power query and adding the index column, which can later help as sort out column.&lt;BR /&gt;&lt;BR /&gt;Step 1. Create column for letter (S,E,P...)&lt;BR /&gt;2. Create column with related numbers (1,2,3)&lt;BR /&gt;3. Set up ordering on letters descdending&lt;BR /&gt;4. Set up ordering on numbers asceding&lt;BR /&gt;5. Add index column&lt;BR /&gt;6. Close and load and use your index column for sorting by.&lt;BR /&gt;&lt;BR /&gt;Result should look like this:&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;</description>
      <pubDate>Sun, 24 Apr 2022 08:47:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-column-in-descending-character-increasing-number/m-p/2473126#M67426</guid>
      <dc:creator>Migasuke</dc:creator>
      <dc:date>2022-04-24T08:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: sort column in descending character + increasing number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-column-in-descending-character-increasing-number/m-p/2473127#M67427</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I assume it is allways one letter one digit number combination. Then you can creat a new calculated column&amp;nbsp;&lt;/P&gt;&lt;P&gt;Index =&lt;/P&gt;&lt;P&gt;RANX(Table, LEFT(Table[Code],1))*10 + RIGHT(&lt;SPAN&gt;Table[Code],1)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2022 08:47:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-column-in-descending-character-increasing-number/m-p/2473127#M67427</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-24T08:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: sort column in descending character + increasing number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-column-in-descending-character-increasing-number/m-p/2473214#M67443</link>
      <description>&lt;P&gt;Custom Mapping table trick worked and here how it looks like now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;&lt;P&gt;Though, I have one more query and that is....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want all these 4 charts into single chart . Is there any solution for it ?&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2022 11:35:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-column-in-descending-character-increasing-number/m-p/2473214#M67443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-24T11:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: sort column in descending character + increasing number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-column-in-descending-character-increasing-number/m-p/2474724#M67522</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Having them all in one chart has several solutions.&lt;BR /&gt;1. Put all measures in the single visuals (so you would see 8 columns per category)&lt;BR /&gt;2. Use filter or bookmark, where you switch from one measure to another one. Basically you will&amp;nbsp; not see all values at once, but would be definitely more eye appealing.&lt;BR /&gt;3. Use small multiples, but that will look pretty much like what you have now.&lt;BR /&gt;&lt;BR /&gt;One note, usually try raise a new question as a new topic, it is easier for other people to find what you were asking.&lt;BR /&gt;&lt;BR /&gt;Have a nice day,&lt;BR /&gt;&lt;BR /&gt;Milan.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 10:47:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-column-in-descending-character-increasing-number/m-p/2474724#M67522</guid>
      <dc:creator>Migasuke</dc:creator>
      <dc:date>2022-04-25T10:47:08Z</dc:date>
    </item>
  </channel>
</rss>

