Forum Discussion
Camstr
1 year agoHelper I
Highlight where text data is not matching
Hello, Please see attached screenshot. I'd like to compare text from two different data sources and conditionally format to highlight where data does not match exactly. I would prefer not to intro...
Camstr
1 year agoHelper I
MFelix if 'Registration Number 2' is blank then I do not want it to record a mismatch (i.e. 1). How would I edit the measure to ignore blanks? Thanks in advance.
Registration Check = IF(SELECTEDVALUE(Table[Registration Number 1]) <> SELECTEDVALUE(Table[Registration Number 2]), 1)