<?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 Slicer in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/default-Slicer/m-p/2983908#M100080</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="490128" data-lia-user-login="AzaharoddinSk" class="lia-mention lia-mention-user"&gt;AzaharoddinSk&lt;/a&gt;&amp;nbsp; I see, In that case there isn't an easy solution. You can default a slider to have values for only current month from the filter pane, but having a slider show automatically current month and then without users changing anything in the filter pane they could select values from last 4 years. This kind of combination of logics isn't really possible by only using a slider.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Dec 2022 10:18:12 GMT</pubDate>
    <dc:creator>ValtteriN</dc:creator>
    <dc:date>2022-12-22T10:18:12Z</dc:date>
    <item>
      <title>default Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/default-Slicer/m-p/2983580#M100060</link>
      <description>&lt;P&gt;We have 4 years of data i.e from the past three years and a year of future data.&lt;/P&gt;&lt;P&gt;we need to add a slider slicer to the date field. The slicer should be selected default for the current month (MTD) is this possible by not adding an additional column in the calendar table?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 07:43:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/default-Slicer/m-p/2983580#M100060</guid>
      <dc:creator>AzaharoddinSk</dc:creator>
      <dc:date>2022-12-22T07:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: default Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/default-Slicer/m-p/2983711#M100065</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Here is one way to do this:&lt;BR /&gt;&lt;BR /&gt;Add this column to your calendar:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;This Month = &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;TW&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;DATEDIFF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TODAY&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&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;&lt;SPAN&gt;return&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;If&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TW&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Current Month"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Month]&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then use that as a slicer:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;SPAN&gt;I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!&lt;BR /&gt;&lt;BR /&gt;My LinkedIn: &lt;A href="https://www.linkedin.com/in/n%C3%A4ttiahov-00001/" target="_blank"&gt;https://www.linkedin.com/in/n%C3%A4ttiahov-00001/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Dec 2022 08:38:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/default-Slicer/m-p/2983711#M100065</guid>
      <dc:creator>ValtteriN</dc:creator>
      <dc:date>2022-12-22T08:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: default Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/default-Slicer/m-p/2983778#M100068</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343431" data-lia-user-login="ValtteriN" class="lia-mention lia-mention-user"&gt;ValtteriN&lt;/a&gt;, The requirement is I want a total&amp;nbsp; 4 years of data in the slider slicer, and by default, it can only show the current month's data, and when I move that slider it can show as per selected dates in 4 years of data, is that possible?&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 09:05:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/default-Slicer/m-p/2983778#M100068</guid>
      <dc:creator>AzaharoddinSk</dc:creator>
      <dc:date>2022-12-22T09:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: default Slicer</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/default-Slicer/m-p/2983908#M100080</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="490128" data-lia-user-login="AzaharoddinSk" class="lia-mention lia-mention-user"&gt;AzaharoddinSk&lt;/a&gt;&amp;nbsp; I see, In that case there isn't an easy solution. You can default a slider to have values for only current month from the filter pane, but having a slider show automatically current month and then without users changing anything in the filter pane they could select values from last 4 years. This kind of combination of logics isn't really possible by only using a slider.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Dec 2022 10:18:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/default-Slicer/m-p/2983908#M100080</guid>
      <dc:creator>ValtteriN</dc:creator>
      <dc:date>2022-12-22T10:18:12Z</dc:date>
    </item>
  </channel>
</rss>

