Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not 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 = IF(ISBLANK(view[column])),"Ud","Cd"))
 
thanks
2 ACCEPTED SOLUTIONS
PattemManohar
Community Champion
Community Champion

@Anonymous Try this....

NCLClassification = IF(ISBLANK(view[column]),"Ud","Cd")




Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




View solution in original post

Anonymous
Not applicable

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

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

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

Anonymous
Not applicable

thanks 🙂

PattemManohar
Community Champion
Community Champion

@Anonymous Try this....

NCLClassification = IF(ISBLANK(view[column]),"Ud","Cd")




Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




Anonymous
Not applicable

thanks

Helpful resources

Announcements
Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.