<?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: Table Order in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Order/m-p/764186#M3327</link>
    <description>It's not enough to just create the order column. You have to sort the column in question by it. Google: sort column by another in PBI.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;Darek</description>
    <pubDate>Mon, 12 Aug 2019 12:40:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-12T12:40:11Z</dc:date>
    <item>
      <title>Table Order</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Order/m-p/763222#M3277</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need help with table order, thats what I get when i put the camp on filter:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;But that the correct order:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;How can i make the filter be on the correct order?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tks!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2019 20:55:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Order/m-p/763222#M3277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-09T20:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table Order</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Order/m-p/763258#M3284</link>
      <description>You have to have a column (an integer would be best) that the names map to. And then there's an option in PBI to set the order of the names to the integer column.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;Darek</description>
      <pubDate>Fri, 09 Aug 2019 22:27:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Order/m-p/763258#M3284</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-09T22:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Table Order</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Order/m-p/764183#M3326</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I created a column with the correct order number, and after that, I order the column by that new column, and the order change, but&amp;nbsp;isn't the correct yet, any idea why?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New column "Ordem":&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;New order:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Tks!&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 12:38:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Order/m-p/764183#M3326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-12T12:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Table Order</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Order/m-p/764186#M3327</link>
      <description>It's not enough to just create the order column. You have to sort the column in question by it. Google: sort column by another in PBI.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;Darek</description>
      <pubDate>Mon, 12 Aug 2019 12:40:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Order/m-p/764186#M3327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-12T12:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table Order</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Order/m-p/764342#M3335</link>
      <description>&lt;P&gt;I did that, but for some reason, my PBI were reading in that order: 1, 10, 11, 12, 13, 14, 2.&lt;/P&gt;&lt;P&gt;Always the "1" first, i don't know why,&lt;/P&gt;&lt;P&gt;so, i started my sequence with 10 until 23 and work!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tks for helping! Do you have any idea how to make my PBI reading in the right order (1, 2, 3...) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 15:09:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Order/m-p/764342#M3335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-12T15:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Table Order</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Order/m-p/764446#M3341</link>
      <description>That's because you did not change the data type of the column. It had to be INTEGER, not text.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;Darek</description>
      <pubDate>Mon, 12 Aug 2019 17:21:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-Order/m-p/764446#M3341</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-12T17:21:43Z</dc:date>
    </item>
  </channel>
</rss>

