Forum Discussion
If date is after today
- 7 years ago
Hi Anonymous
What is your reason for using a measure rather than a column?
I have used similar code previously to create a column that identifies if the date is before today.
Try creating a column in the table :)
Thanks,
George
Hi Anonymous
What is your reason for using a measure rather than a column?
I have used similar code previously to create a column that identifies if the date is before today.
Try creating a column in the table :)
Thanks,
George
- Matthew19002 years agoFrequent Visitor
In my use case, I am using a measure in order to calculate a cumulative forecasted total based on an average run rate and need to conditionally format the line based on the date - in other words, I would like to be able to make the line invisible (white) before today's date and colored after today's date. Thanks for any guidance!