<?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: Default date doesn't roll over to the next month in a slicer in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Default-date-doesn-t-roll-over-to-the-next-month-in-a-slicer/m-p/2019802#M44985</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&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;yes, it's true. July's 'Today' is empty, once I manually pick August's 'Today', July's 'Today' disappears. So this logic works only within a month, the 'Today' flag doesn't roll over to the next month.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Aug 2021 23:40:39 GMT</pubDate>
    <dc:creator>powerbiuser444</dc:creator>
    <dc:date>2021-08-16T23:40:39Z</dc:date>
    <item>
      <title>Default date doesn't roll over to the next month in a slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Default-date-doesn-t-roll-over-to-the-next-month-in-a-slicer/m-p/2019584#M44969</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a calculated column to get the current date and put it in a slicer to have TODAY by default. Then I added other calculated columns with a month name and year. The problem is when the current date hits the next month it can't roll over and is stuck in the same month. So I have to pick another "Today" in the next month.&lt;/P&gt;&lt;P&gt;&lt;img /&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;The logic in my columns is straightforward.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SlicerDate = IF([Date]=Today(),"Today",[Date]&amp;amp;"")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Month = FORMAT(DATE(1, MONTH([Date]), 1), "MMM")&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Year = YEAR([Date])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Could you help to overcome that or should I use another logic?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Aug 2021 20:26:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Default-date-doesn-t-roll-over-to-the-next-month-in-a-slicer/m-p/2019584#M44969</guid>
      <dc:creator>powerbiuser444</dc:creator>
      <dc:date>2021-08-16T20:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Default date doesn't roll over to the next month in a slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Default-date-doesn-t-roll-over-to-the-next-month-in-a-slicer/m-p/2019617#M44972</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="265346" data-lia-user-login="powerbiuser444" class="lia-mention lia-mention-user"&gt;powerbiuser444&lt;/a&gt;&amp;nbsp;Seems like this has to do about having a hierarchy in your slicer. If you look at the Data view for your table I imagine that you do not actually have any dates in July flagged with Today?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 20:49:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Default-date-doesn-t-roll-over-to-the-next-month-in-a-slicer/m-p/2019617#M44972</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-08-16T20:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Default date doesn't roll over to the next month in a slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Default-date-doesn-t-roll-over-to-the-next-month-in-a-slicer/m-p/2019802#M44985</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&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;yes, it's true. July's 'Today' is empty, once I manually pick August's 'Today', July's 'Today' disappears. So this logic works only within a month, the 'Today' flag doesn't roll over to the next month.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 23:40:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Default-date-doesn-t-roll-over-to-the-next-month-in-a-slicer/m-p/2019802#M44985</guid>
      <dc:creator>powerbiuser444</dc:creator>
      <dc:date>2021-08-16T23:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Default date doesn't roll over to the next month in a slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Default-date-doesn-t-roll-over-to-the-next-month-in-a-slicer/m-p/2019937#M44989</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="265346" data-lia-user-login="powerbiuser444" class="lia-mention lia-mention-user"&gt;powerbiuser444&lt;/a&gt;&amp;nbsp;That's what I figured. The issue is the use of the hierarchy in the slicer, not the DAX code or anything like that. If you didn't have the hierarchy, you wouldn't have the problem...&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 02:07:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Default-date-doesn-t-roll-over-to-the-next-month-in-a-slicer/m-p/2019937#M44989</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-08-17T02:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Default date doesn't roll over to the next month in a slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Default-date-doesn-t-roll-over-to-the-next-month-in-a-slicer/m-p/2019938#M44990</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;I understand that but how can I combine month and date? If I want to see the whole month selecting 30 days is not an option&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 02:11:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Default-date-doesn-t-roll-over-to-the-next-month-in-a-slicer/m-p/2019938#M44990</guid>
      <dc:creator>powerbiuser444</dc:creator>
      <dc:date>2021-08-17T02:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Default date doesn't roll over to the next month in a slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Default-date-doesn-t-roll-over-to-the-next-month-in-a-slicer/m-p/2019992#M44994</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="265346" data-lia-user-login="powerbiuser444" class="lia-mention lia-mention-user"&gt;powerbiuser444&lt;/a&gt;&amp;nbsp;Use more than one slicer. One for year, one for month and one for date/today. Not ideal?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 02:49:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Default-date-doesn-t-roll-over-to-the-next-month-in-a-slicer/m-p/2019992#M44994</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2021-08-17T02:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Default date doesn't roll over to the next month in a slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Default-date-doesn-t-roll-over-to-the-next-month-in-a-slicer/m-p/2020050#M44995</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;if it's the only option then okay, not ideal but what can I do. Anyway thanks for your replies&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 03:25:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Default-date-doesn-t-roll-over-to-the-next-month-in-a-slicer/m-p/2020050#M44995</guid>
      <dc:creator>powerbiuser444</dc:creator>
      <dc:date>2021-08-17T03:25:03Z</dc:date>
    </item>
  </channel>
</rss>

