Forum Discussion
Anonymous
4 years agoNot applicable
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. ...
- 4 years ago
How about adding a conditional zero?
[measure] + IF ( MAX ( dimDate[Date] ) > TODAY(), 0 )
AlexisOlson
Super User
4 years agoHow about adding a conditional zero?
[measure] + IF ( MAX ( dimDate[Date] ) > TODAY(), 0 )