<?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 Week Number and Week Start date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Week-Number-and-Week-Start-date/m-p/2670567#M79618</link>
    <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;Hi&lt;/SPAN&gt;,&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I have a date table and week number (Week Number&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;DAX: QUOTIENT ( 'DIM Calendar' [Date]-MIN ('DIM Calendar' [Date] ), 7), + 1).&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;I need a unique week number and a week start date (MIN) as below.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 30 Jul 2022 12:03:43 GMT</pubDate>
    <dc:creator>ajisharavind_99</dc:creator>
    <dc:date>2022-07-30T12:03:43Z</dc:date>
    <item>
      <title>Week Number and Week Start date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Week-Number-and-Week-Start-date/m-p/2670567#M79618</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;Hi&lt;/SPAN&gt;,&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I have a date table and week number (Week Number&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;DAX: QUOTIENT ( 'DIM Calendar' [Date]-MIN ('DIM Calendar' [Date] ), 7), + 1).&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;I need a unique week number and a week start date (MIN) as below.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2022 12:03:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Week-Number-and-Week-Start-date/m-p/2670567#M79618</guid>
      <dc:creator>ajisharavind_99</dc:creator>
      <dc:date>2022-07-30T12:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Week Number and Week Start date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Week-Number-and-Week-Start-date/m-p/2670577#M79620</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="374068" data-lia-user-login="ajisharavind_99" class="lia-mention lia-mention-user"&gt;ajisharavind_99&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;If you want to show that in a table visual then place the week number in the table (make sure "Do not summarize" is selected and then use a measure MIN ( 'Date'[Date] )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to create a calculated table then use&lt;/P&gt;&lt;P&gt;New Table = SUMMARIZE ( 'Date', 'Date'[Week No], "Week Start Date", MIN&amp;nbsp;( 'Date'[Date] ) )&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2022 12:23:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Week-Number-and-Week-Start-date/m-p/2670577#M79620</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-07-30T12:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Week Number and Week Start date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Week-Number-and-Week-Start-date/m-p/2670580#M79622</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;, new Table worked perfectly&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2022 12:29:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Week-Number-and-Week-Start-date/m-p/2670580#M79622</guid>
      <dc:creator>ajisharavind_99</dc:creator>
      <dc:date>2022-07-30T12:29:38Z</dc:date>
    </item>
  </channel>
</rss>

