If it is actually a date you require, use
CURRENT DATE
as the dimension SQL in Designer. You do not need to wrap anything else around it, even though it looks odd to have a space in a 'function'.
For example, SELECT CURRENT DATE FROM TAB1 is valid SQL.