<?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 find next date using measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-next-date-using-measure/m-p/3454720#M131671</link>
    <description>&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;A href="https://1drv.ms/u/s!AsDP3LYI8umspkw_7BfaRKqQPpDx?e=QFVNfS" target="_blank" rel="noopener"&gt;NextDate.pbix&lt;/A&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regardless of calculated column or measure, the formula does the trick&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 30 Sep 2023 19:50:20 GMT</pubDate>
    <dc:creator>ThxAlot</dc:creator>
    <dc:date>2023-09-30T19:50:20Z</dc:date>
    <item>
      <title>How to find next date using measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-next-date-using-measure/m-p/3454508#M131651</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Greetings,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have following table. i would like to find next date of current date using &lt;STRONG&gt;measure .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am calculate it using &lt;STRONG&gt;adding new column&lt;/STRONG&gt; to table but i don't know how to calculate using &lt;STRONG&gt;mesure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in above figure i have nextdate which is&lt;STRONG&gt; new added column&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;.but i want same output using &lt;STRONG&gt;measure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;nextdate =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;currentdate&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;stock&lt;/SPAN&gt;&lt;SPAN&gt;[date]&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;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;MINX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;stock&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;stock&lt;/SPAN&gt;&lt;SPAN&gt;[date]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;currentdate&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;stock&lt;/SPAN&gt;&lt;SPAN&gt;[date]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 30 Sep 2023 10:50:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-next-date-using-measure/m-p/3454508#M131651</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-09-30T10:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to find next date using measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-next-date-using-measure/m-p/3454570#M131659</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="569583" data-lia-user-login="Dangar332" class="lia-mention lia-mention-user"&gt;Dangar332&lt;/a&gt;&amp;nbsp;Try:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;nextdate =
var currentdate = MAX(stock[date])
return
 MINX(FILTER(stock,stock[date]&amp;gt;currentdate),stock[date])&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 30 Sep 2023 13:58:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-next-date-using-measure/m-p/3454570#M131659</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2023-09-30T13:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to find next date using measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-next-date-using-measure/m-p/3454581#M131660</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; &amp;nbsp;thank for reply&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i use your code in &lt;STRONG&gt;measure&lt;/STRONG&gt; and put in table it give nothing(blank)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2023 14:28:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-next-date-using-measure/m-p/3454581#M131660</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-09-30T14:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to find next date using measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-next-date-using-measure/m-p/3454720#M131671</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;A href="https://1drv.ms/u/s!AsDP3LYI8umspkw_7BfaRKqQPpDx?e=QFVNfS" target="_blank" rel="noopener"&gt;NextDate.pbix&lt;/A&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regardless of calculated column or measure, the formula does the trick&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Sep 2023 19:50:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-next-date-using-measure/m-p/3454720#M131671</guid>
      <dc:creator>ThxAlot</dc:creator>
      <dc:date>2023-09-30T19:50:20Z</dc:date>
    </item>
  </channel>
</rss>

