<?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: Date Slicer with starting with the Currentdate and then show data for the next 4 months in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Slicer-with-starting-with-the-Currentdate-and-then-show/m-p/2856552#M91832</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460378" data-lia-user-login="westman" class="lia-mention lia-mention-user"&gt;westman&lt;/a&gt; , next 4 month based on today &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4 Months Today = &lt;BR /&gt;var _min =&amp;nbsp; today() &lt;BR /&gt;var _max = eomonth(today(),4) &lt;BR /&gt;return CALCULATE([Net], FILTER('Date','Date'[Date] &amp;gt;=_min &amp;amp;&amp;amp; 'Date'[Date] &amp;lt;= _max))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;next 4 Months Today = &lt;BR /&gt;var _min =&amp;nbsp; eomonth(today(),0) +1&lt;BR /&gt;var _max = eomonth(today(),4) &lt;BR /&gt;return CALCULATE([Net], FILTER('Date','Date'[Date] &amp;gt;=_min &amp;amp;&amp;amp; 'Date'[Date] &amp;lt;= _max))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://medium.com/chandakamit/cheat-sheet-power-bi-time-intelligence-formulas-using-today-654f26e27304" target="_blank"&gt;https://medium.com/chandakamit/cheat-sheet-power-bi-time-intelligence-formulas-using-today-654f26e27304&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 22 Oct 2022 04:20:39 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-10-22T04:20:39Z</dc:date>
    <item>
      <title>Date Slicer with starting with the Currentdate and then show data for the next 4 months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Slicer-with-starting-with-the-Currentdate-and-then-show/m-p/2856255#M91819</link>
      <description>&lt;P&gt;Hello-&lt;/P&gt;&lt;P&gt;I am new to Power Bi forums, this is my first post.&amp;nbsp; I am still absorbing how to work with DAX, and the proper way to present my scenario.&amp;nbsp; I have a line chart that on its x-axis i have a date field, on the Y-axis i have a count of future orders and their sales amount.&lt;/P&gt;&lt;P&gt;I would like to have a slicer utuilizing the date table have a measure that upon opening or refreshing the report it will start with the current date and then have a range of showing the forwarding 4 months worth of data. Utimately, I would like it to be able to drill down to the day.&amp;nbsp; Please any resources i may follow up with to solve this.&lt;/P&gt;&lt;P&gt;Any reccomendations on how to format future inquires, please advise.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your time&lt;/P&gt;&lt;P&gt;Drew&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2022 19:37:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Slicer-with-starting-with-the-Currentdate-and-then-show/m-p/2856255#M91819</guid>
      <dc:creator>westman</dc:creator>
      <dc:date>2022-10-21T19:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Date Slicer with starting with the Currentdate and then show data for the next 4 months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Slicer-with-starting-with-the-Currentdate-and-then-show/m-p/2856552#M91832</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460378" data-lia-user-login="westman" class="lia-mention lia-mention-user"&gt;westman&lt;/a&gt; , next 4 month based on today &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4 Months Today = &lt;BR /&gt;var _min =&amp;nbsp; today() &lt;BR /&gt;var _max = eomonth(today(),4) &lt;BR /&gt;return CALCULATE([Net], FILTER('Date','Date'[Date] &amp;gt;=_min &amp;amp;&amp;amp; 'Date'[Date] &amp;lt;= _max))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;next 4 Months Today = &lt;BR /&gt;var _min =&amp;nbsp; eomonth(today(),0) +1&lt;BR /&gt;var _max = eomonth(today(),4) &lt;BR /&gt;return CALCULATE([Net], FILTER('Date','Date'[Date] &amp;gt;=_min &amp;amp;&amp;amp; 'Date'[Date] &amp;lt;= _max))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://medium.com/chandakamit/cheat-sheet-power-bi-time-intelligence-formulas-using-today-654f26e27304" target="_blank"&gt;https://medium.com/chandakamit/cheat-sheet-power-bi-time-intelligence-formulas-using-today-654f26e27304&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Oct 2022 04:20:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Slicer-with-starting-with-the-Currentdate-and-then-show/m-p/2856552#M91832</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-10-22T04:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date Slicer with starting with the Currentdate and then show data for the next 4 months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Slicer-with-starting-with-the-Currentdate-and-then-show/m-p/2859693#M92053</link>
      <description>&lt;P&gt;Thank you for your assistance &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;.&amp;nbsp; This measure does accomplish my main goal.&amp;nbsp; However, if i may, i also use a date range slicer shown in the picture attached.&amp;nbsp; Do you have insight or advice onhow to have the slicer read the current date in accordance with the measure you provided?&lt;/P&gt;&lt;P&gt;Thank you for your assistance. Very appreciated.&lt;/P&gt;&lt;P&gt;Drew&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 16:41:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Date-Slicer-with-starting-with-the-Currentdate-and-then-show/m-p/2859693#M92053</guid>
      <dc:creator>westman</dc:creator>
      <dc:date>2022-10-24T16:41:32Z</dc:date>
    </item>
  </channel>
</rss>

