<?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: Limit a date slicer with another date slicer based on maximum selected date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-a-date-slicer-with-another-date-slicer-based-on-maximum/m-p/2483533#M68106</link>
    <description>&lt;P&gt;It looks like I would need two date table instead of one for each slicer. Correct me if I am wrong.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Apr 2022 14:05:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-04-28T14:05:03Z</dc:date>
    <item>
      <title>Limit a date slicer with another date slicer based on maximum selected date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-a-date-slicer-with-another-date-slicer-based-on-maximum/m-p/2483392#M68081</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for a solution here. Basically I want to filter(A) one date slicer based on maximum date selected in another date slicer(B).&lt;/P&gt;&lt;P&gt;Let's say If I am selecting any particular date in slicer B then other slicer A should show only previous 7 days of selected date from slicer B.&lt;/P&gt;&lt;P&gt;Anothe example is like I am selecting 20th April in slicer B then slicer A should show only 7 days date range like (12th april to 19th April only)&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 13:18:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-a-date-slicer-with-another-date-slicer-based-on-maximum/m-p/2483392#M68081</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-28T13:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Limit a date slicer with another date slicer based on maximum selected date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-a-date-slicer-with-another-date-slicer-based-on-maximum/m-p/2483409#M68083</link>
      <description>&lt;P&gt;Create a measure that will hold the desired dates and that will return 1 or 0 based on the date check. Filter Slicer A by that measure where the value = 1.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 13:22:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-a-date-slicer-with-another-date-slicer-based-on-maximum/m-p/2483409#M68083</guid>
      <dc:creator>JirkaZ</dc:creator>
      <dc:date>2022-04-28T13:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Limit a date slicer with another date slicer based on maximum selected date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-a-date-slicer-with-another-date-slicer-based-on-maximum/m-p/2483436#M68090</link>
      <description>&lt;P&gt;Hi JirkaZ, Thanks for replying.&lt;/P&gt;&lt;P&gt;I need the slicer A to show minus 7 days&amp;nbsp; only from maximum selected date from slicer B.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure what should be the desired dates here because it totaly depends on the selection of date from slicer B. I just need to see (-7 days) of that selected date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 13:30:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-a-date-slicer-with-another-date-slicer-based-on-maximum/m-p/2483436#M68090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-28T13:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Limit a date slicer with another date slicer based on maximum selected date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-a-date-slicer-with-another-date-slicer-based-on-maximum/m-p/2483447#M68093</link>
      <description>&lt;P&gt;The desired dates will result from a calculation within the measure... example would be to use&amp;nbsp;&lt;BR /&gt;DATEADD(DimDate[Date], [MaxDateFromSlicerB], -7, DAY)&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 13:33:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-a-date-slicer-with-another-date-slicer-based-on-maximum/m-p/2483447#M68093</guid>
      <dc:creator>JirkaZ</dc:creator>
      <dc:date>2022-04-28T13:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Limit a date slicer with another date slicer based on maximum selected date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-a-date-slicer-with-another-date-slicer-based-on-maximum/m-p/2483533#M68106</link>
      <description>&lt;P&gt;It looks like I would need two date table instead of one for each slicer. Correct me if I am wrong.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 14:05:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-a-date-slicer-with-another-date-slicer-based-on-maximum/m-p/2483533#M68106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-28T14:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Limit a date slicer with another date slicer based on maximum selected date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-a-date-slicer-with-another-date-slicer-based-on-maximum/m-p/2483554#M68107</link>
      <description>&lt;P&gt;Yup - the one for slicer B wil be disconnectet from the rest of the data model&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 14:12:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-a-date-slicer-with-another-date-slicer-based-on-maximum/m-p/2483554#M68107</guid>
      <dc:creator>JirkaZ</dc:creator>
      <dc:date>2022-04-28T14:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Limit a date slicer with another date slicer based on maximum selected date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-a-date-slicer-with-another-date-slicer-based-on-maximum/m-p/2483686#M68118</link>
      <description>&lt;P&gt;Hi JirkaZ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using below dax however it is throwing some error.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;slicer = &lt;/SPAN&gt;&lt;SPAN&gt;DATEADD&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Calendar2[Date]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[max date]&lt;/SPAN&gt;&lt;SPAN&gt;, -&lt;/SPAN&gt;&lt;SPAN&gt;7&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;day&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;Here max date is from calendar 2&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Apr 2022 14:59:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-a-date-slicer-with-another-date-slicer-based-on-maximum/m-p/2483686#M68118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-28T14:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Limit a date slicer with another date slicer based on maximum selected date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-a-date-slicer-with-another-date-slicer-based-on-maximum/m-p/2492607#M68687</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is not yet possible to use slicers to dynamically control other slicers.&amp;nbsp;Calculated columns and tables are not recalculated when the slicer changes.&amp;nbsp;In other words, the slicer does not interact with the calculated table and calculated columns, and no filtering is possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Someone has proposed a similar idea and you can vote for this idea.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://ideas.powerbi.com/ideas/idea/?ideaid=da318b82-1cd1-42c6-b474-82f395523e9e" target="_blank"&gt;Microsoft Idea (powerbi.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Best Regards,&lt;BR /&gt;Gao&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Community Support Team&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;If there is any post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT size="3" color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT size="3"&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;to help the other members find it more quickly. If I misunderstand your needs or you still have problems with it, please feel free to let us know.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;Thanks a lot!&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;How to get your questions answered quickly&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;--&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;How to provide sample data&lt;/SPAN&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 07:43:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Limit-a-date-slicer-with-another-date-slicer-based-on-maximum/m-p/2492607#M68687</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-04T07:43:33Z</dc:date>
    </item>
  </channel>
</rss>

