Forum Discussion
creating blank future dates
- 3 years ago
Hi ryanhughes
Can you please try the following
instead of:
_seldate =SELECTEDVALUE(DimDate[Date])
please use
_seldate =MAX(DimDate[Date])
or
_seldate =MIN(DimDate[Date])
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 SELECTEDVALUE will be blank any time since there is more then one value behind a month.
Best regards
Michael
-----------------------------------------------------
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Appreciate your thumbs up!
@ me in replies or I'll lose your thread.
No the dates after today I want to be blank so that "if" statement needs to say IF(_seldate> TODAY(), BLANK(),...