Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Measure to Show Result in New Calculated Column

Hi Experts

 

I have two columns  A and B i want to find where we have the word result in eitehr column and populate that into a new column as Shown in the sample data below

Column AColumn BEnd Result
Result Result
 ResultResult
 ResultResult
ResultResultResult
Result Result
  • Anonymous 

    is this what you want?

    if ( columnA="Result" || columnB ="Result", "Result")

2 Replies

  • Anonymous 

    is this what you want?

    if ( columnA="Result" || columnB ="Result", "Result")

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks ryan let me test