<?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 sort start of week column in my date table? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-sort-start-of-week-column-in-my-date-table/m-p/3187524#M115466</link>
    <description>&lt;P&gt;Sorry. I am actually using it in my line chart, so that it will be sorted by start of week:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Everytime I use sort by column, it gives me the above error:&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;</description>
    <pubDate>Fri, 14 Apr 2023 02:28:01 GMT</pubDate>
    <dc:creator>ironboy0418</dc:creator>
    <dc:date>2023-04-14T02:28:01Z</dc:date>
    <item>
      <title>How to sort start of week column in my date table?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-sort-start-of-week-column-in-my-date-table/m-p/3187478#M115464</link>
      <description>&lt;P&gt;I am trying to sort start of week column using the week rank calculated column I've created. However, I am encountering this error:&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;Start of week dax:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Week Rank dax:&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;</description>
      <pubDate>Fri, 14 Apr 2023 01:59:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-sort-start-of-week-column-in-my-date-table/m-p/3187478#M115464</guid>
      <dc:creator>ironboy0418</dc:creator>
      <dc:date>2023-04-14T01:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort start of week column in my date table?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-sort-start-of-week-column-in-my-date-table/m-p/3187509#M115465</link>
      <description>&lt;P&gt;hi &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;what do you mean by "&lt;SPAN&gt;sort start of week&lt;/SPAN&gt;"?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 02:17:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-sort-start-of-week-column-in-my-date-table/m-p/3187509#M115465</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-04-14T02:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort start of week column in my date table?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-sort-start-of-week-column-in-my-date-table/m-p/3187524#M115466</link>
      <description>&lt;P&gt;Sorry. I am actually using it in my line chart, so that it will be sorted by start of week:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Everytime I use sort by column, it gives me the above error:&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;</description>
      <pubDate>Fri, 14 Apr 2023 02:28:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-sort-start-of-week-column-in-my-date-table/m-p/3187524#M115466</guid>
      <dc:creator>ironboy0418</dc:creator>
      <dc:date>2023-04-14T02:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort start of week column in my date table?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-sort-start-of-week-column-in-my-date-table/m-p/3187547#M115467</link>
      <description>&lt;P&gt;hi &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;DIV&gt;seems no need for the rank column,&amp;nbsp;try to rewrite your column like:&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Start of Week =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[Date]-WEEKDAY([Date])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Then you shall be able to sort by the column itself. Or?&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Apr 2023 02:46:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-sort-start-of-week-column-in-my-date-table/m-p/3187547#M115467</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-04-14T02:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort start of week column in my date table?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-sort-start-of-week-column-in-my-date-table/m-p/3187811#M115486</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460868" data-lia-user-login="FreemanZ" class="lia-mention lia-mention-user"&gt;FreemanZ&lt;/a&gt;&amp;nbsp;the start of week column is actually a text data type that's why I am encountering the error. Appreciate the help!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 06:52:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-sort-start-of-week-column-in-my-date-table/m-p/3187811#M115486</guid>
      <dc:creator>ironboy0418</dc:creator>
      <dc:date>2023-04-14T06:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to sort start of week column in my date table?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-sort-start-of-week-column-in-my-date-table/m-p/3187832#M115490</link>
      <description>&lt;P&gt;Indeed, texts sort alphabetically. Number and Date are sorted numerically.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 06:59:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-sort-start-of-week-column-in-my-date-table/m-p/3187832#M115490</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-04-14T06:59:13Z</dc:date>
    </item>
  </channel>
</rss>

