Forum Discussion
adoalan
3 years agoHelper III
Help with DAX Formula please
I have this piece of SQL code and I need to convert it in a DAX formula. I got half way through it and the below is working perfectly: TESTAGAIN = SWITCH( TRUE(), ISBLANK('nfp_g...
Greg_Deckler
3 years agoCommunity Champion
adoalan You can use SEARCH or FIND as an equivalent for CONTAINSSTRING
adoalan
3 years agoHelper III
Greg_Deckler I tried but something is not working because I cannot get any results!