Forum Discussion

awalker2009's avatar
awalker2009
Frequent Visitor
9 months ago
Solved

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 ...
  • sevenhills's avatar
    9 months ago

    Missing RETURN statement and it is needed when you use VAR (only). 

     

  • danextian's avatar
    9 months ago

    add after the last line: 

    RETURN

    result