I am using the SUBSTITUTE function in DAX to clean up a column to remove parts that are not needed for comparison.
Using DAX = IF((SUBSTITUTE(SUBSTITUTE([Column],"ace",""),"nine",""))=[Column to compare],"True","False")
Column Column to compare
ace 24 block 48 24 block 48
nine 18 big 4 18 big 4
but it throws and error saying '.' not valid syntax???
** Also need to mention that column to compare is created using power bi/power query (just not sure if there is a disconnect between the two?) The data type of [Column to compare] is type text