Forum Discussion

jsentiscr's avatar
jsentiscr
Regular Visitor
7 years ago
Solved

IF / COUNT IF

Hi, I have this formula where I filter for several conditions.       1- The first conditions search in the columns if any data contains the word (DEFAULT, MASIVO, etc) in part of its text a...
  • v-yuta-msft's avatar
    7 years ago

    jsentiscr,

     

    As the error message mentioned, the format of some columns like [@[ID SERVICIO]] is not number type, so they can not be used in comparision with 0, you should change the type from text to number or use value() function to convert them.

     

    Community Support Team _ Jimmy Tao

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • v-yuta-msft's avatar
    v-yuta-msft
    7 years ago

    jsentiscr,

     

    You may use DAX function like FIND, SEARCH, PositionOf and Contains, you may refer to the text function in link below:

    https://docs.microsoft.com/en-us/dax/find-function-dax

     

    Community Support Team _ Jimmy Tao

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.