Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 )
Solved! Go to Solution.
@Anonymous Try this....
NCLClassification = IF(ISBLANK(view[column]),"Ud","Cd")
Proud to be a PBI Community Champion
As far as i can see you have to many paranthesis in the formiula. can yuu double check them
As far as i can see you have to many paranthesis in the formiula. can yuu double check them
thanks 🙂
@Anonymous Try this....
NCLClassification = IF(ISBLANK(view[column]),"Ud","Cd")
Proud to be a PBI Community Champion
thanks