Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Hide past dates while showing items with no data

Hi all,   I have a graph in which I want to display items that have no data only when the date is in the future.   Currently if turn on a relative filter, it correctly shows all items with that. ...
  • AlexisOlson's avatar
    4 years ago

    How about adding a conditional zero?

    [measure] + IF ( MAX ( dimDate[Date] ) > TODAY(), 0 )