<?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 by coloumn in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-by-coloumn/m-p/1903506#M41067</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a question about the next problem:&lt;/P&gt;&lt;P&gt;I am try to sort the rows with different coloumn.The problem is i have same word in the coloumn and two different number in the other coloumn.&lt;BR /&gt;Normally i know if i try to sort i'm going to get fault message.&lt;BR /&gt;Because is as i know it impossible.&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;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The second coloumn sort by third is no problem.&lt;/P&gt;&lt;P&gt;The problem is the last two coloumn. Because example szint2= X&amp;nbsp; szint2_no= 2 or 1&lt;/P&gt;&lt;P&gt;Somebody know a different way?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jun 2021 09:57:35 GMT</pubDate>
    <dc:creator>dlmsbi</dc:creator>
    <dc:date>2021-06-16T09:57:35Z</dc:date>
    <item>
      <title>sort by coloumn</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-by-coloumn/m-p/1903506#M41067</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a question about the next problem:&lt;/P&gt;&lt;P&gt;I am try to sort the rows with different coloumn.The problem is i have same word in the coloumn and two different number in the other coloumn.&lt;BR /&gt;Normally i know if i try to sort i'm going to get fault message.&lt;BR /&gt;Because is as i know it impossible.&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;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The second coloumn sort by third is no problem.&lt;/P&gt;&lt;P&gt;The problem is the last two coloumn. Because example szint2= X&amp;nbsp; szint2_no= 2 or 1&lt;/P&gt;&lt;P&gt;Somebody know a different way?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 09:57:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-by-coloumn/m-p/1903506#M41067</guid>
      <dc:creator>dlmsbi</dc:creator>
      <dc:date>2021-06-16T09:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: sort by coloumn</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-by-coloumn/m-p/1903901#M41090</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="307599" data-lia-user-login="dlmsbi" class="lia-mention lia-mention-user"&gt;dlmsbi&lt;/a&gt; , You need to have a column with only one value for szint2&lt;/P&gt;
&lt;P&gt;create a new column and use that&lt;/P&gt;
&lt;P&gt;Sort col = minx(filter(Table, [szint2] = earlier([szint2])),szint2_no)&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 13:04:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-by-coloumn/m-p/1903901#M41090</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-06-16T13:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: sort by coloumn</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-by-coloumn/m-p/1903912#M41091</link>
      <description>&lt;P&gt;Thanks I'll try&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 13:06:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-by-coloumn/m-p/1903912#M41091</guid>
      <dc:creator>dlmsbi</dc:creator>
      <dc:date>2021-06-16T13:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: sort by coloumn</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-by-coloumn/m-p/1903985#M41096</link>
      <description>&lt;P&gt;The result is not bad but not like what i need. (Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;)&lt;/P&gt;&lt;P&gt;I need leave alone the [szint2_no] and use the short by coloumn function on [szint2]&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;For full pictures: The problem starting a path hierarchie and after i get back the names with lookupvalue and i have a coloumn with order_no. There i have 2 and 1. This is the reason why i can't ordering the "Negyedik szint"&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jun 2021 13:40:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/sort-by-coloumn/m-p/1903985#M41096</guid>
      <dc:creator>dlmsbi</dc:creator>
      <dc:date>2021-06-16T13:40:22Z</dc:date>
    </item>
  </channel>
</rss>

