I have created calculated custom reference lines for months on a bar chart utilizing a calculated field.
I’m struggling with the syntax formula for “Today”.
This is the successful one I used to represent November 2024;
dateDiff({Min_Date}, parseDate(‘11/01/2024’, ‘MM/dd/yyyy’))
I want to remove the specific November reference and just use now() so it shows today’s date dynamically, but getting errors. THX!