Forum Discussion
jessiew
8 years agoFrequent Visitor
Compare two text columns
I created below caculated column "90% Flag Changed" to compare two text column. When I tested it, I found most of the results are correct but some result even though the text in both columns are the ...
jessiew
8 years agoFrequent Visitor
Thanks for the reply v-yulgu-msft
But that won't achive the goal. Two reasons:
1. Measure cannot be used as slicer or filter. Management wants to filter the 90% Flag Changed and easily to find the FMSI which changed. This is the main reason that I have to use a calculated column instead of a measure.
2. IF statement cannot be used in measure. I can use the function SWITCH, but because of reason 1, I do not want to just add the comparison to the table visual, I want to be able to filter on it.
jessiew
8 years agoFrequent Visitor
The problem is not solved yet.