<?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 creating blank future dates in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/creating-blank-future-dates/m-p/3002967#M101521</link>
    <description>&lt;P&gt;So I have a measure, thats taking a running total of the values for this fiscal year, however i need the future dates to be blank.. can anyone see what ive done wrong in my dax or have any advice for what could be wrong? Ive tried adjusting the relationships but to no avail&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jan 2023 09:55:58 GMT</pubDate>
    <dc:creator>ryanhughes</dc:creator>
    <dc:date>2023-01-05T09:55:58Z</dc:date>
    <item>
      <title>creating blank future dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/creating-blank-future-dates/m-p/3002967#M101521</link>
      <description>&lt;P&gt;So I have a measure, thats taking a running total of the values for this fiscal year, however i need the future dates to be blank.. can anyone see what ive done wrong in my dax or have any advice for what could be wrong? Ive tried adjusting the relationships but to no avail&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 09:55:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/creating-blank-future-dates/m-p/3002967#M101521</guid>
      <dc:creator>ryanhughes</dc:creator>
      <dc:date>2023-01-05T09:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: creating blank future dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/creating-blank-future-dates/m-p/3003606#M101524</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="494634" data-lia-user-login="ryanhughes" class="lia-mention lia-mention-user"&gt;ryanhughes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you mean _seldate &lt;STRONG&gt;&amp;lt;&lt;/STRONG&gt; TODAY ( )&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 14:30:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/creating-blank-future-dates/m-p/3003606#M101524</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-01-05T14:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: creating blank future dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/creating-blank-future-dates/m-p/3008366#M101928</link>
      <description>&lt;P&gt;No the dates after today I want to be blank so that "if" statement needs to say&amp;nbsp; IF(_seldate&amp;gt; TODAY(), BLANK(),...&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 08:08:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/creating-blank-future-dates/m-p/3008366#M101928</guid>
      <dc:creator>ryanhughes</dc:creator>
      <dc:date>2023-01-09T08:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: creating blank future dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/creating-blank-future-dates/m-p/3008477#M101933</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="494634" data-lia-user-login="ryanhughes" class="lia-mention lia-mention-user"&gt;ryanhughes&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please try the following&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;instead of:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;_seldate =SELECTEDVALUE(DimDate[Date])&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please use&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;_seldate =MAX(DimDate[Date])&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;or&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;_seldate =MIN(DimDate[Date])&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I assume that you Date table is on daily base and when you use SELECTEDVALUE as well as filter by month then the result of&amp;nbsp;SELECTEDVALUE will be blank any time since there is more then one value behind a month.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Best regards&lt;BR /&gt;Michael&lt;BR /&gt;-----------------------------------------------------&lt;BR /&gt;If this post helps, then please consider &lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt; to help the other members find it more quickly.&lt;BR /&gt;&lt;STRONG&gt;Appreciate your thumbs up!&lt;/STRONG&gt;&lt;BR /&gt;@ me in replies or I'll lose your thread.&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 08:59:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/creating-blank-future-dates/m-p/3008477#M101933</guid>
      <dc:creator>Mikelytics</dc:creator>
      <dc:date>2023-01-09T08:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: creating blank future dates</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/creating-blank-future-dates/m-p/3013195#M102222</link>
      <description>&lt;P&gt;Yep that worked, thanks very much!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jan 2023 08:14:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/creating-blank-future-dates/m-p/3013195#M102222</guid>
      <dc:creator>ryanhughes</dc:creator>
      <dc:date>2023-01-11T08:14:52Z</dc:date>
    </item>
  </channel>
</rss>

