Forum Discussion
honeye_alem
6 years agoRegular Visitor
contain
hello fiends. I need to have contain in my calculate function but i don't know how can I us it . condition is : one column contain "Donate"
Nathaniel_C
Community Champion
6 years agoTry using a var above your CALCULATE()
var Test = If CONTAINS(table,[colname],"Donate"), TRUE())
Let me know if you have any questions.
If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos are nice too.
Nathaniel