Forum Discussion
chieboi
2 years agoNew Member
DAX comparison operations do not support comparing values of type Integer with values of type Text.
pls help to determine the issue thou the format is text
Rupak_bi
Super User
2 years agoI am not sure as you have not shared sample data, but just check if the "PalletID" is numbers or text. also change your if statement in case of blank as below and check.
if(expression <> blank(), ,)