Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

DAX syntax error

Hey all,

I have been trying to beef up my DAx but sometime in small simple thing get stuck,

I have this code and not sure why I get error ( the syntax for ','is incorrect )

 

NCLClassification = IF(ISBLANK(view[column])),"Ud","Cd"))
 
thanks
  • Anonymous Try this....

    NCLClassification = IF(ISBLANK(view[column]),"Ud","Cd")
  • Anonymous's avatar
    Anonymous
    7 years ago

    As far as i can see you have to many paranthesis in the formiula. can yuu double check them

4 Replies

  • PattemManohar's avatar
    PattemManohar
    Community Champion

    Anonymous Try this....

    NCLClassification = IF(ISBLANK(view[column]),"Ud","Cd")
    • Anonymous's avatar
      Anonymous
      Not applicable

      thanks

  • Anonymous's avatar
    Anonymous
    Not applicable

    As far as i can see you have to many paranthesis in the formiula. can yuu double check them

    • Anonymous's avatar
      Anonymous
      Not applicable

      thanks :)