Forum Discussion
awalker2009
9 months agoFrequent Visitor
Power BI - The syntax for ')' is incorrect
Hello, I am trying to enter a formula in DAX to calculate the number of people receiving care support in a particular quarter but keeping getting a syntax error "The syntax for ')' is incorrect" . I ...
- 9 months ago
Missing RETURN statement and it is needed when you use VAR (only).
- 9 months ago
add after the last line:
RETURN
result
sevenhills
Super User
9 months agoMissing RETURN statement and it is needed when you use VAR (only).