<?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: How to get date between from range filter  for smart narrative? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-date-between-from-range-filter-for-smart-narrative/m-p/2724701#M83238</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="386752" data-lia-user-login="firstch" class="lia-mention lia-mention-user"&gt;firstch&lt;/a&gt; , Try in a measure &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;new measure =&lt;BR /&gt;var _max = maxx(allselected(slicer),slicer[value])&lt;BR /&gt;var _min = minx(allselected(slicer),slicer[value]) &lt;BR /&gt;return&lt;/P&gt;
&lt;P&gt;&amp;lt;Your code&amp;gt;&lt;/P&gt;</description>
    <pubDate>Thu, 25 Aug 2022 03:23:27 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-08-25T03:23:27Z</dc:date>
    <item>
      <title>How to get date between from range filter  for smart narrative?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-date-between-from-range-filter-for-smart-narrative/m-p/2724549#M83232</link>
      <description>&lt;P&gt;Hi all , how can i get date between from this range filter&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;also , how to calculate max and min base on selected&amp;nbsp; this range filter?&lt;BR /&gt;&lt;BR /&gt;thank you in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regard&amp;nbsp;&lt;/P&gt;&lt;P&gt;firstch&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 01:40:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-date-between-from-range-filter-for-smart-narrative/m-p/2724549#M83232</guid>
      <dc:creator>firstch</dc:creator>
      <dc:date>2022-08-25T01:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get date between from range filter  for smart narrative?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-date-between-from-range-filter-for-smart-narrative/m-p/2724701#M83238</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="386752" data-lia-user-login="firstch" class="lia-mention lia-mention-user"&gt;firstch&lt;/a&gt; , Try in a measure &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;new measure =&lt;BR /&gt;var _max = maxx(allselected(slicer),slicer[value])&lt;BR /&gt;var _min = minx(allselected(slicer),slicer[value]) &lt;BR /&gt;return&lt;/P&gt;
&lt;P&gt;&amp;lt;Your code&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 03:23:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-date-between-from-range-filter-for-smart-narrative/m-p/2724701#M83238</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-08-25T03:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to get date between from range filter  for smart narrative?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-date-between-from-range-filter-for-smart-narrative/m-p/2724790#M83247</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&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;&lt;BR /&gt;now i have 2 measure that is minyear ,maxyear can , how can i calculate max value base on my selected range filter above .&lt;BR /&gt;&lt;BR /&gt;best regard&amp;nbsp;&lt;BR /&gt;firstch&lt;/P&gt;</description>
      <pubDate>Thu, 25 Aug 2022 04:42:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-date-between-from-range-filter-for-smart-narrative/m-p/2724790#M83247</guid>
      <dc:creator>firstch</dc:creator>
      <dc:date>2022-08-25T04:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get date between from range filter  for smart narrative?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-date-between-from-range-filter-for-smart-narrative/m-p/2731899#M83679</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="386752" data-lia-user-login="firstch" class="lia-mention lia-mention-user"&gt;firstch&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I know whether your problem has been resolved? If you still have problem, could you please provide some sample data from you slicer field table and date table and make your needs more clear? Thanks in advance!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _ Caiyun&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 08:20:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-date-between-from-range-filter-for-smart-narrative/m-p/2731899#M83679</guid>
      <dc:creator>v-cazheng-msft</dc:creator>
      <dc:date>2022-08-29T08:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to get date between from range filter  for smart narrative?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-date-between-from-range-filter-for-smart-narrative/m-p/2734240#M83827</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="277465" data-lia-user-login="v-cazheng-msft" class="lia-mention lia-mention-user"&gt;v-cazheng-msft&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;problem have been solved&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best Regard&amp;nbsp;&lt;BR /&gt;firstch&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 06:48:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-date-between-from-range-filter-for-smart-narrative/m-p/2734240#M83827</guid>
      <dc:creator>firstch</dc:creator>
      <dc:date>2022-08-30T06:48:06Z</dc:date>
    </item>
  </channel>
</rss>

