Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

DAX comparison do not support comparing values of type integer with values of type text

Hi Guys Im having this issue when trying to create a calculate column. I Type in the following condition:  Column = IF ( 'Table1'[Issue Resolution] = "NA", 0, 15 )