<?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: Rolling Calendar - Week 53 and assigning a fiscal week number in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143319#M112331</link>
    <description>&lt;P&gt;Perhaps you have to ADD a +1:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Mar 2023 20:17:24 GMT</pubDate>
    <dc:creator>andhiii079845</dc:creator>
    <dc:date>2023-03-20T20:17:24Z</dc:date>
    <item>
      <title>Rolling Calendar - Week 53 and assigning a fiscal week number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143050#M112295</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am relatively new to power bi, struggling to learn dax and visuals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wa able to create ( with lots of online video tutorials)&amp;nbsp; a rolling calendar in Power Bi which includes calendar weeks/months/years as well as corresponding Fiscal Weeks/Months/Years.&amp;nbsp; It does not take into consideration a week 53, which throws off my week numbers for any type of year over year analysis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me revise the fiscal week number Dax to account for week 53.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fiscal year runs July 1-June 30th, so in fiscal year 22, December has a calendar week 53, and week 1 for January is off as well showing only 1 day in calendar week 1, but 7 days in fiscal week 27 (which should be fiscal week 28)&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;&lt;P&gt;Any assistance would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Cheryl&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 17:38:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143050#M112295</guid>
      <dc:creator>Clwin1012</dc:creator>
      <dc:date>2023-03-20T17:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Calendar - Week 53 and assigning a fiscal week number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143248#M112321</link>
      <description>&lt;P&gt;&lt;SPAN&gt;By shifting the week number in the fiscal year you have to calculated your weeknumber in a other way it think.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Only one idea:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;datediff&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;date&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;RollingCalendar[year]-1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;07&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;01&lt;/SPAN&gt;&lt;SPAN&gt;),RollingCalendar&lt;/SPAN&gt;&lt;SPAN&gt;[DATE]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;WEEK&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Mar 2023 19:34:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143248#M112321</guid>
      <dc:creator>andhiii079845</dc:creator>
      <dc:date>2023-03-20T19:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Calendar - Week 53 and assigning a fiscal week number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143303#M112325</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the formula above and the results were not as expected.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my calendar starts on 7/1/2018 and automatically refreshes daily with todays date added.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here are the results I received;&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;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I could send the table in a power bi, just can't see where to attach it here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Cheryl&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 20:06:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143303#M112325</guid>
      <dc:creator>Clwin1012</dc:creator>
      <dc:date>2023-03-20T20:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Calendar - Week 53 and assigning a fiscal week number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143307#M112326</link>
      <description>&lt;P&gt;Please post your used column defintion.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 20:08:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143307#M112326</guid>
      <dc:creator>andhiii079845</dc:creator>
      <dc:date>2023-03-20T20:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Calendar - Week 53 and assigning a fiscal week number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143315#M112330</link>
      <description>&lt;P&gt;My fault: try this:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;test = &lt;/SPAN&gt;&lt;SPAN&gt;datediff&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;date&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;calendar&lt;/SPAN&gt;&lt;SPAN&gt;[year]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;07&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;01&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;date&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;calendar&lt;/SPAN&gt;&lt;SPAN&gt;[year]&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;07&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;01&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;date&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;calendar&lt;/SPAN&gt;&lt;SPAN&gt;[year]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;07&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;01&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;SPAN&gt;calendar&lt;/SPAN&gt;&lt;SPAN&gt;[DATE]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;WEEK&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I forget that the correction if the year is not everytime needed.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Mar 2023 20:14:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143315#M112330</guid>
      <dc:creator>andhiii079845</dc:creator>
      <dc:date>2023-03-20T20:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Calendar - Week 53 and assigning a fiscal week number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143319#M112331</link>
      <description>&lt;P&gt;Perhaps you have to ADD a +1:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 20:17:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143319#M112331</guid>
      <dc:creator>andhiii079845</dc:creator>
      <dc:date>2023-03-20T20:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Calendar - Week 53 and assigning a fiscal week number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143329#M112335</link>
      <description>&lt;P&gt;First... THANK YOU for helping !!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;closer, but not quite yet.&lt;/P&gt;&lt;P&gt;using either -1 or +1 it starts the year off at "0"&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 20:25:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143329#M112335</guid>
      <dc:creator>Clwin1012</dc:creator>
      <dc:date>2023-03-20T20:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Calendar - Week 53 and assigning a fiscal week number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143331#M112336</link>
      <description>&lt;P&gt;You have to add it in the end:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;test = &lt;/SPAN&gt;&lt;SPAN&gt;datediff&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;date&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;calendar&lt;/SPAN&gt;&lt;SPAN&gt;[year]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;07&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;01&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;date&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;calendar&lt;/SPAN&gt;&lt;SPAN&gt;[year]&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;07&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;01&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;date&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;calendar&lt;/SPAN&gt;&lt;SPAN&gt;[year]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;07&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;01&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;SPAN&gt;calendar&lt;/SPAN&gt;&lt;SPAN&gt;[DATE]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;WEEK&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;STRONG&gt;+&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Mar 2023 20:30:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143331#M112336</guid>
      <dc:creator>andhiii079845</dc:creator>
      <dc:date>2023-03-20T20:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Calendar - Week 53 and assigning a fiscal week number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143346#M112338</link>
      <description>&lt;P&gt;That fixed week 23 in December but threw off Fiscal week 53 in June.&amp;nbsp;&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;Here is the final issue, week end 7/3/21 should be fiscal week 53&lt;/P&gt;&lt;P&gt;week end 7/10/21 should be fiscal week 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you soooo much!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 20:36:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143346#M112338</guid>
      <dc:creator>Clwin1012</dc:creator>
      <dc:date>2023-03-20T20:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Calendar - Week 53 and assigning a fiscal week number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143356#M112339</link>
      <description>&lt;P&gt;Than you have to change the date in the datediff formula. ,07,01 in the formula should be ,07,08 everywhere:&amp;nbsp;&lt;/P&gt;&lt;P&gt;07: the month, 08: the day&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;test = &lt;/SPAN&gt;&lt;SPAN&gt;datediff&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;date&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;calendar&lt;/SPAN&gt;&lt;SPAN&gt;[year]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;07&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;08&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;date&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;calendar&lt;/SPAN&gt;&lt;SPAN&gt;[year]&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;07&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;08&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;date&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;calendar&lt;/SPAN&gt;&lt;SPAN&gt;[year]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;07&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;08&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;SPAN&gt;calendar&lt;/SPAN&gt;&lt;SPAN&gt;[DATE]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;WEEK&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;STRONG&gt;+&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 20:43:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143356#M112339</guid>
      <dc:creator>andhiii079845</dc:creator>
      <dc:date>2023-03-20T20:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Calendar - Week 53 and assigning a fiscal week number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143363#M112341</link>
      <description>&lt;P&gt;Is there a way I can send you the table?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;new formula sets what should be week 1 to 53&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;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 20:47:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143363#M112341</guid>
      <dc:creator>Clwin1012</dc:creator>
      <dc:date>2023-03-20T20:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Calendar - Week 53 and assigning a fiscal week number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143368#M112343</link>
      <description>&lt;P&gt;Are you able to summerize your desired result in a table, special in the changing of year and fiscal year? this will help a lot. like&lt;/P&gt;&lt;P&gt;31.06.2018 - 53&lt;/P&gt;&lt;P&gt;01.07.2018 - 1&amp;nbsp;&lt;/P&gt;&lt;P&gt;31.12.2018 - X&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 20:53:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3143368#M112343</guid>
      <dc:creator>andhiii079845</dc:creator>
      <dc:date>2023-03-20T20:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Calendar - Week 53 and assigning a fiscal week number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3144534#M112429</link>
      <description>&lt;P&gt;I am not sure I understand what you mean by summarize.&amp;nbsp; the end goal is to be able to do a comparison of current week this year to same week last year which will include a year over year dollar and % varaince. I was hoping to utilize calendar or fiscal week numbers to filter the page, but the week 53 threw me off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;again I am new to power bi, stuggling to learn DAX to build a dashboard based on what the business unit needs, which is comparisons by Day, week, month,&amp;nbsp; current to prior period and year over year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can always take the calendar and put it in excel, manually add the week numbers, but I thought power bi should be able to do this.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 12:11:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3144534#M112429</guid>
      <dc:creator>Clwin1012</dc:creator>
      <dc:date>2023-03-21T12:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Calendar - Week 53 and assigning a fiscal week number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3144606#M112435</link>
      <description>&lt;P&gt;Please see if this calendar table makes this easier. It includes columns like fiscal week that should simplify the DAX needed for comparisons.&lt;/P&gt;&lt;P&gt;&lt;A href="https://hoosierbi.com/2021/07/04/445-calendar-with-53-week-years/" target="_blank"&gt;445 Calendar with 53-Week Years – Hoosier BI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pat&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 12:44:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3144606#M112435</guid>
      <dc:creator>ppm1</dc:creator>
      <dc:date>2023-03-21T12:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Calendar - Week 53 and assigning a fiscal week number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3145075#M112476</link>
      <description>&lt;P&gt;Thanks Pat,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I watched the video and to be really honest, I don't understand how to use the "M" code and/or how to apply it to the calendar dates I am using.&amp;nbsp; My power bi abilities are limited, just learning DAX.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for the suggestion, I do appreciate it, just beyond me how to use it.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 15:18:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3145075#M112476</guid>
      <dc:creator>Clwin1012</dc:creator>
      <dc:date>2023-03-21T15:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Calendar - Week 53 and assigning a fiscal week number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3145160#M112483</link>
      <description>&lt;P&gt;Please write down for which date you want to see which weeknumber. I did not understand the problem. Please no screenshot, make a table. This make it easier for me.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 15:41:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3145160#M112483</guid>
      <dc:creator>andhiii079845</dc:creator>
      <dc:date>2023-03-21T15:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Calendar - Week 53 and assigning a fiscal week number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3145264#M112490</link>
      <description>&lt;P&gt;I have a table created, I don't see where in here I can attach it.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 16:33:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3145264#M112490</guid>
      <dc:creator>Clwin1012</dc:creator>
      <dc:date>2023-03-21T16:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Calendar - Week 53 and assigning a fiscal week number</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3145401#M112500</link>
      <description>&lt;P&gt;You can use the table function of the forum or share it via dropbox / onedrive&lt;/P&gt;</description>
      <pubDate>Tue, 21 Mar 2023 17:33:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Calendar-Week-53-and-assigning-a-fiscal-week-number/m-p/3145401#M112500</guid>
      <dc:creator>andhiii079845</dc:creator>
      <dc:date>2023-03-21T17:33:39Z</dc:date>
    </item>
  </channel>
</rss>

