Forum Discussion
Anonymous
7 years agoNot applicable
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 =...
- 7 years ago
Anonymous Try this....
NCLClassification = IF(ISBLANK(view[column]),"Ud","Cd")
- Anonymous7 years ago
As far as i can see you have to many paranthesis in the formiula. can yuu double check them
Anonymous
7 years agoNot applicable
As far as i can see you have to many paranthesis in the formiula. can yuu double check them
- Anonymous7 years agoNot applicable
thanks :)