<?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: in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Re/m-p/2881082#M93262</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I would like to ask if it's possible to change the date slicer based on choosing from the slicer containing Holiday names, so if one choose Easter Holidays, the toggle of the date would change to the dates of that holiday. Or have I been searching in vain because such solution doesn't exist? (I've been trying for several days now)&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Nov 2022 14:51:57 GMT</pubDate>
    <dc:creator>S3</dc:creator>
    <dc:date>2022-11-15T14:51:57Z</dc:date>
    <item>
      <title>Re:</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Re/m-p/2881082#M93262</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I would like to ask if it's possible to change the date slicer based on choosing from the slicer containing Holiday names, so if one choose Easter Holidays, the toggle of the date would change to the dates of that holiday. Or have I been searching in vain because such solution doesn't exist? (I've been trying for several days now)&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 14:51:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Re/m-p/2881082#M93262</guid>
      <dc:creator>S3</dc:creator>
      <dc:date>2022-11-15T14:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Re:</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Re/m-p/2881731#M93302</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="423733" data-lia-user-login="S3" class="lia-mention lia-mention-user"&gt;S3&lt;/a&gt; , Date Range slicer, usually do not respond to other slicers&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 03:02:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Re/m-p/2881731#M93302</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-11-03T03:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re:</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Re/m-p/2881917#M93314</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="423733" data-lia-user-login="S3" class="lia-mention lia-mention-user"&gt;S3&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I created some data:&lt;/P&gt;
&lt;P&gt;HolidayTable:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Table:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You might consider using List Slicer.&lt;BR /&gt;Here are the steps you can follow：&lt;/P&gt;
&lt;P&gt;1. Create measure.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Flag =
var _select=SELECTEDVALUE('HolidayTable'[Holidays])
var _selectstart=MAXX(FILTER(ALL(HolidayTable),'HolidayTable'[Holidays]=_select),[StartDate])
var _selectEnd=MAXX(FILTER(ALL(HolidayTable),'HolidayTable'[Holidays]=_select),[EndDate])
return
IF(
   MAX('Table'[Date])&amp;gt;=_selectstart&amp;amp;&amp;amp;
  MAX('Table'[Date])&amp;lt;=_selectEnd,1,0)&lt;/LI-CODE&gt;
&lt;P&gt;2. Place [Flag]in Filters, set is=1, apply filter.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;3. Result:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Liu Yang&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;Accept it as the solution&lt;/EM&gt; to help the other members find it more quickly&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 06:00:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Re/m-p/2881917#M93314</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-03T06:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Re:</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Re/m-p/2896986#M94229</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 08:24:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Re/m-p/2896986#M94229</guid>
      <dc:creator>S3</dc:creator>
      <dc:date>2022-11-10T08:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Re:</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Re/m-p/2906866#M94867</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/261637" target="_blank" rel="noopener"&gt;@v-yangliu-msft&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks a lot. The date list changes according to the other slicer, however, if I choose Select All in the date list, then all dates will get selected, even the ones that are not in the list (I know this because the value in the table will show the value of all dates) and if I choose another holiday after having chosen certain dates of the options of the previous holiday, then the dates I chose before will stay until I choose manually each date of the new dates showing..&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 14:56:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Re/m-p/2906866#M94867</guid>
      <dc:creator>S3</dc:creator>
      <dc:date>2022-11-15T14:56:14Z</dc:date>
    </item>
  </channel>
</rss>

