<?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: Help in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help/m-p/2526316#M70640</link>
    <description>&lt;P&gt;Hi Try this,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;rolling 6 months =&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Absence[Start Date]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;DATESINPERIOD&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Absence[Start Date]&lt;/SPAN&gt;&lt;SPAN&gt;,today()&lt;/SPAN&gt;&lt;SPAN&gt;,-&lt;/SPAN&gt;&lt;SPAN&gt;6&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;MONTH&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and after on the filter panel you fix the value at &amp;gt;3 for this measure&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 May 2022 11:33:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-05-19T11:33:09Z</dc:date>
    <item>
      <title>Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help/m-p/2525941#M70619</link>
      <description>&lt;P&gt;I am creating a dashboard for absence reporting last week I had help from this community to create the following dax&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;rolling 6 months = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Absence[Start Date]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;DATESINPERIOD&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Absence[Start Date]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Absence[Start Date]&lt;/SPAN&gt;&lt;SPAN&gt;),-&lt;/SPAN&gt;&lt;SPAN&gt;6&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;MONTH&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;This counts how many episdodes (not how many days) of absence someone has had over the last 6 months - I have now been asked by my employers can we have people who have had more than 3 episodes of absence in the last 6 months from todays date (ie system date) - I have no idea how to do this - any suggestions?&amp;nbsp; many thanks&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 19 May 2022 09:33:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help/m-p/2525941#M70619</guid>
      <dc:creator>Michalison</dc:creator>
      <dc:date>2022-05-19T09:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help/m-p/2526316#M70640</link>
      <description>&lt;P&gt;Hi Try this,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;rolling 6 months =&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Absence[Start Date]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;DATESINPERIOD&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Absence[Start Date]&lt;/SPAN&gt;&lt;SPAN&gt;,today()&lt;/SPAN&gt;&lt;SPAN&gt;,-&lt;/SPAN&gt;&lt;SPAN&gt;6&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;MONTH&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and after on the filter panel you fix the value at &amp;gt;3 for this measure&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 11:33:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help/m-p/2526316#M70640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-19T11:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help/m-p/2526427#M70657</link>
      <description>&lt;P&gt;Tried it just comes up with blank table&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>Thu, 19 May 2022 12:23:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help/m-p/2526427#M70657</guid>
      <dc:creator>Michalison</dc:creator>
      <dc:date>2022-05-19T12:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help/m-p/2535630#M71251</link>
      <description>&lt;P&gt;Thanks this works&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2022 09:05:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help/m-p/2535630#M71251</guid>
      <dc:creator>Michalison</dc:creator>
      <dc:date>2022-05-24T09:05:59Z</dc:date>
    </item>
  </channel>
</rss>

