<?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 4-4-5 Fiscal Calendar with Leap Year in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4-4-5-Fiscal-Calendar-with-Leap-Year/m-p/1020598#M13184</link>
    <description>&lt;P&gt;Hey everyone!&lt;/P&gt;&lt;P&gt;Is there any chance to expend a classic 4-4-5 Fiscal Calendar to a 4-4-6 approach (last quarter) for leap years?&lt;/P&gt;&lt;P&gt;We have a Fiscal Calendar that starts every year with the first Monday after the last 4-4-5 period.&lt;/P&gt;&lt;P&gt;This year starts on 30.12.2019 and will end on 10.01.2021.&lt;/P&gt;&lt;P&gt;How would you include that in a calendar build with dax?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 11 Apr 2020 09:52:56 GMT</pubDate>
    <dc:creator>joshua1990</dc:creator>
    <dc:date>2020-04-11T09:52:56Z</dc:date>
    <item>
      <title>4-4-5 Fiscal Calendar with Leap Year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4-4-5-Fiscal-Calendar-with-Leap-Year/m-p/1020598#M13184</link>
      <description>&lt;P&gt;Hey everyone!&lt;/P&gt;&lt;P&gt;Is there any chance to expend a classic 4-4-5 Fiscal Calendar to a 4-4-6 approach (last quarter) for leap years?&lt;/P&gt;&lt;P&gt;We have a Fiscal Calendar that starts every year with the first Monday after the last 4-4-5 period.&lt;/P&gt;&lt;P&gt;This year starts on 30.12.2019 and will end on 10.01.2021.&lt;/P&gt;&lt;P&gt;How would you include that in a calendar build with dax?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Apr 2020 09:52:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4-4-5-Fiscal-Calendar-with-Leap-Year/m-p/1020598#M13184</guid>
      <dc:creator>joshua1990</dc:creator>
      <dc:date>2020-04-11T09:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: 4-4-5 Fiscal Calendar with Leap Year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4-4-5-Fiscal-Calendar-with-Leap-Year/m-p/1021025#M13208</link>
      <description>I've never heard of any kind of 4-4-6 approach. Probably not possible but it's rather easy to create any custom calendars. You can define anything you want as long as it's logical.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Sun, 12 Apr 2020 00:05:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4-4-5-Fiscal-Calendar-with-Leap-Year/m-p/1021025#M13208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-12T00:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: 4-4-5 Fiscal Calendar with Leap Year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4-4-5-Fiscal-Calendar-with-Leap-Year/m-p/1021115#M13211</link>
      <description>&lt;P&gt;Thanks for the reply!&lt;/P&gt;&lt;P&gt;Since 4-4-5 has only 364 days we need to have a 6 week December every several years.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Apr 2020 07:02:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4-4-5-Fiscal-Calendar-with-Leap-Year/m-p/1021115#M13211</guid>
      <dc:creator>joshua1990</dc:creator>
      <dc:date>2020-04-12T07:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: 4-4-5 Fiscal Calendar with Leap Year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4-4-5-Fiscal-Calendar-with-Leap-Year/m-p/1087737#M15589</link>
      <description>&lt;P&gt;Did you create a custom calendar to resolve this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so can you share what you did?&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 11:26:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4-4-5-Fiscal-Calendar-with-Leap-Year/m-p/1087737#M15589</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-13T11:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: 4-4-5 Fiscal Calendar with Leap Year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4-4-5-Fiscal-Calendar-with-Leap-Year/m-p/1087786#M15592</link>
      <description>Advice is this: remember that if you assign the same ordering number (say, in a year) to 2 different days in a year, they'll be treated as one and the same day in calculations that will only use the numbers; they'll be indistinguishable from this point of view. If you assign something like -100 to a day, it'll be ignored in such calculations when they are properly crafted.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Wed, 13 May 2020 12:01:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4-4-5-Fiscal-Calendar-with-Leap-Year/m-p/1087786#M15592</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-13T12:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: 4-4-5 Fiscal Calendar with Leap Year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4-4-5-Fiscal-Calendar-with-Leap-Year/m-p/2913629#M95286</link>
      <description>&lt;P&gt;Were you ever able to get this figured out?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 19:21:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4-4-5-Fiscal-Calendar-with-Leap-Year/m-p/2913629#M95286</guid>
      <dc:creator>bfuller62</dc:creator>
      <dc:date>2022-11-17T19:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: 4-4-5 Fiscal Calendar with Leap Year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4-4-5-Fiscal-Calendar-with-Leap-Year/m-p/3310960#M123772</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="92006" data-lia-user-login="joshua1990" class="lia-mention lia-mention-user"&gt;joshua1990&lt;/a&gt;&amp;nbsp;Do you can find solution for this 4-4-5 calendar and 4-4-6 for leap year at December? I also meet calendar issue as you ask but I don't have solution yet. Hope you can share your solution.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jul 2023 02:16:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4-4-5-Fiscal-Calendar-with-Leap-Year/m-p/3310960#M123772</guid>
      <dc:creator>VisalSeng</dc:creator>
      <dc:date>2023-07-01T02:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: 4-4-5 Fiscal Calendar with Leap Year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4-4-5-Fiscal-Calendar-with-Leap-Year/m-p/3311708#M123833</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="559996" data-lia-user-login="VisalSeng" class="lia-mention lia-mention-user"&gt;VisalSeng&lt;/a&gt;&amp;nbsp;Please see if you can adapt this approach.&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>Mon, 03 Jul 2023 01:41:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4-4-5-Fiscal-Calendar-with-Leap-Year/m-p/3311708#M123833</guid>
      <dc:creator>ppm1</dc:creator>
      <dc:date>2023-07-03T01:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: 4-4-5 Fiscal Calendar with Leap Year</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4-4-5-Fiscal-Calendar-with-Leap-Year/m-p/3403396#M128589</link>
      <description>&lt;P&gt;Thanks you.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 03:04:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/4-4-5-Fiscal-Calendar-with-Leap-Year/m-p/3403396#M128589</guid>
      <dc:creator>VisalSeng</dc:creator>
      <dc:date>2023-08-29T03:04:21Z</dc:date>
    </item>
  </channel>
</rss>

