I am using a column of data in a slicer , and the column contains a few garbage records that consist only of the ? character (a single ?).
I've had no luck trying to figure out what, if any, character will allow me to escape the wildcard meaning of ?, and literally search for (well, filter out) strings containing '?'.
Perhaps an escape character hasn't even been defined, but I can't find any documentation on the subject.