Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
This seems like a very simple request, but I can't get it to work. I want to add a Reference Line to a chart that is 20 on dates before 5/1/2024, and 30 on dates after 5/1/2024. However, this expression is ignoring the date comparison, so I just have a reference line at 30, regardless of the date. The [Transfer Start Date] field is a Date. Not sure what else to try. Any suggestions?
=if([Transfer Start Date] < '05/01/2024', 20, 30)
Thanks in advance for your help,
Chris
I believe a Reference Line is calculated only once for chart. If you want a line that is different per dimension, use a Measure line.
-Rob
I believe a Reference Line is calculated only once for chart. If you want a line that is different per dimension, use a Measure line.
-Rob
Thanks Rob. I'm surprised to hear that, but doing a Master Measure with the same expression for this purpose did work.