<?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 Grouping dates into fortnights in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Grouping-dates-into-fortnights/m-p/949837#M10596</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for a solution that will help in grouping dates into fortnights, irregardless of month or year. I'll attach an image to help understand what I am meaning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It wouldn't matter if the column started at calendar start or a specific date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The date table I have is just an invoked funtion in M.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully someone can help, I'm not sure what other information I could provide that would be helpful here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Feb 2020 21:47:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-02-26T21:47:55Z</dc:date>
    <item>
      <title>Grouping dates into fortnights</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Grouping-dates-into-fortnights/m-p/949837#M10596</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for a solution that will help in grouping dates into fortnights, irregardless of month or year. I'll attach an image to help understand what I am meaning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It wouldn't matter if the column started at calendar start or a specific date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The date table I have is just an invoked funtion in M.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully someone can help, I'm not sure what other information I could provide that would be helpful here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 21:47:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Grouping-dates-into-fortnights/m-p/949837#M10596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-26T21:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping dates into fortnights</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Grouping-dates-into-fortnights/m-p/949875#M10598</link>
      <description>&lt;P&gt;I'm thinking:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Fortnight = 
  VAR __BaseDate = DATE(2019,1,1)
  VAR __Days = ([Value].[Date] - __BaseDate) * 1.
RETURN
  INT(__Days/20) + 1&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached PBIX.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 22:08:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Grouping-dates-into-fortnights/m-p/949875#M10598</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2020-02-26T22:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping dates into fortnights</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Grouping-dates-into-fortnights/m-p/3559803#M137166</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;, absolute genius, but instead of the number how can i get actual date of the fortnight&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2023 22:37:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Grouping-dates-into-fortnights/m-p/3559803#M137166</guid>
      <dc:creator>Rabi</dc:creator>
      <dc:date>2023-11-29T22:37:34Z</dc:date>
    </item>
  </channel>
</rss>

