Forum Discussion
strikw
8 years agoHelper I
Compare a String to measure
Hello, I would like to make a comparison with a string of a column, I could not use the if, and I do not know which function is suitable for comparing string. Ex: Table 1, cololuna1: a b c...
MFelix
8 years agoSuper User
Hi strikw,
Do you want to count the "AB" values?
You should use something like:
Measure = CALCULATE(COUNT(Table1[Column1]), Table1[Column1] ="AB" )
Regards,
MFelix
- strikw8 years agoHelper I
Hello,
In this case I do not want to do a count, I want to take this value to create a condition.
For example, all "ab" values will return me blank.
Have a great day.Att, Paulo Dantas.