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 =...
  • PattemManohar's avatar
    7 years ago

    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