<?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 adding an order column to a calculated table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/adding-an-order-column-to-a-calculated-table/m-p/4274243#M169573</link>
    <description>&lt;P&gt;I have created a table with dates i want to add a column which orders these dates numerically, 1,2,3 and so on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help greatly appreciated&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2024 14:53:37 GMT</pubDate>
    <dc:creator>Jay2022</dc:creator>
    <dc:date>2024-11-07T14:53:37Z</dc:date>
    <item>
      <title>adding an order column to a calculated table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/adding-an-order-column-to-a-calculated-table/m-p/4274243#M169573</link>
      <description>&lt;P&gt;I have created a table with dates i want to add a column which orders these dates numerically, 1,2,3 and so on.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help greatly appreciated&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 14:53:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/adding-an-order-column-to-a-calculated-table/m-p/4274243#M169573</guid>
      <dc:creator>Jay2022</dc:creator>
      <dc:date>2024-11-07T14:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: adding an order column to a calculated table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/adding-an-order-column-to-a-calculated-table/m-p/4274353#M169575</link>
      <description>&lt;P&gt;What for? The dates are already usable for sorting?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 16:16:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/adding-an-order-column-to-a-calculated-table/m-p/4274353#M169575</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-11-07T16:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: adding an order column to a calculated table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/adding-an-order-column-to-a-calculated-table/m-p/4274382#M169578</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="392269" data-lia-user-login="Jay2022" class="lia-mention lia-mention-user"&gt;Jay2022&lt;/a&gt;&amp;nbsp;- Here's an easy way to do this as a calculated table:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Dates = 

VAR _dates = CALENDARAUTO( )

RETURN 
    ADDCOLUMNS( _dates, "Day", DAY( [Date] ))&lt;/LI-CODE&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;If this works for you, please accept is as the solution to help with visibility for others with the same issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2024 16:39:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/adding-an-order-column-to-a-calculated-table/m-p/4274382#M169578</guid>
      <dc:creator>mark_endicott</dc:creator>
      <dc:date>2024-11-07T16:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: adding an order column to a calculated table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/adding-an-order-column-to-a-calculated-table/m-p/4278074#M169756</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="392269" data-lia-user-login="Jay2022" class="lia-mention lia-mention-user"&gt;Jay2022&lt;/a&gt;&amp;nbsp;, hello&amp;nbsp;mark_endicott&amp;nbsp; and&amp;nbsp;lbendlin, thank you for your prompt reply!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Is there any progress on this issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you find anyone's answer&amp;nbsp;is&amp;nbsp;helpful to you, please remember to accept&amp;nbsp;it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It will help others who meet the similar question in this forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any further related issues, please feel free to reply!&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 10:00:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/adding-an-order-column-to-a-calculated-table/m-p/4278074#M169756</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-11T10:00:46Z</dc:date>
    </item>
  </channel>
</rss>

