Forum Discussion
Anonymous
6 years agoNot applicable
DATEADD
I am using a meausre to create a vertical line at a certain point This DAX creates the line succesfully referenceline = IF( MAX('FACT SALES'[Date]) = DATE(2020,5,1), 20000, // hei...
az38
Community Champion
6 years agoAnonymous
pay attention for remark in DATEADD() documentation here https://docs.microsoft.com/en-us/dax/dateadd-function-dax
The result table includes only dates that exist in the dates column.