<?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 from Specific (Static) date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Week-Number-from-Specific-Static-date/m-p/2474957#M67538</link>
    <description>&lt;P&gt;Hi, I am looking to create a column in my date table which shows week numbers that start from 6th April every year as per example below:&lt;/P&gt;&lt;P&gt;Can anyone advise?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 12:34:45 GMT</pubDate>
    <dc:creator>msommerf</dc:creator>
    <dc:date>2022-04-25T12:34:45Z</dc:date>
    <item>
      <title>Week Number from Specific (Static) date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Week-Number-from-Specific-Static-date/m-p/2474957#M67538</link>
      <description>&lt;P&gt;Hi, I am looking to create a column in my date table which shows week numbers that start from 6th April every year as per example below:&lt;/P&gt;&lt;P&gt;Can anyone advise?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 12:34:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Week-Number-from-Specific-Static-date/m-p/2474957#M67538</guid>
      <dc:creator>msommerf</dc:creator>
      <dc:date>2022-04-25T12:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Week Number from Specific (Static) date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Week-Number-from-Specific-Static-date/m-p/2475640#M67583</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="126730" data-lia-user-login="msommerf" class="lia-mention lia-mention-user"&gt;msommerf&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;Start Year = if(format([Date], "MMDD")*1 &amp;lt; 406 , date(year([Date])-1,4,6) ,date(year([Date]),4,6) )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FY Week num = QUOTIENT(datediff([Start Year], [Date], day),7)+1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Week That Resets Yearly &lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/Week-That-Resets-Yearly-Decoding-Date-and-Calendar-3-5-Power-BI/ba-p/1187502" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Week-That-Resets-Yearly-Decoding-Date-and-Calendar-3-5-Power-BI/ba-p/1187502&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 17:02:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Week-Number-from-Specific-Static-date/m-p/2475640#M67583</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-04-25T17:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Week Number from Specific (Static) date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Week-Number-from-Specific-Static-date/m-p/2485433#M68212</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="126730" data-lia-user-login="msommerf" class="lia-mention lia-mention-user"&gt;msommerf&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Amit's formula should work. Have you tried that? You can create two new columns with them and get the result you want.&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;Best Regards, &lt;BR /&gt;Community Support Team _ Jing&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 09:37:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Week-Number-from-Specific-Static-date/m-p/2485433#M68212</guid>
      <dc:creator>v-jingzhang</dc:creator>
      <dc:date>2022-04-29T09:37:57Z</dc:date>
    </item>
  </channel>
</rss>

