Forum Discussion
Redraidas1
5 years agoHelper I
Switch statement error
Does anybody know why I'm getting this error message for the below SWITCH statement and how to make it work? Thanks! Error: 'The expression specified in the query is not a valid table expression' ...
camargos88
5 years agoCommunity Champion
GENERATESERIES returns a table, measures have to return scalar values.
What are you trying to do ?