Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
jwi1
Post Patron
Post Patron

Retrun value if cell contains certain text

Hi all,

 

Hope someone can help me with folowing.

 

If I have cells in a column, containing the following text: SEAR134A

I want to have a calculated column which give me the folwing outcome:

if the text of a cell in that particular column contains "SEAR", then the outcome must be "REFRIGERANT". If the text in a cell of that particular column does not contain "SEAR", then the outcome must be "OTHER".

 

Thanks upfront for your kind assistance in this.

 

John

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@jwi1 , Try a new column like

Switch(true(),

search("SEAR", [column],,0) >0, "REFRIGERANT",

"OTHER"

)

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@jwi1 , Try a new column like

Switch(true(),

search("SEAR", [column],,0) >0, "REFRIGERANT",

"OTHER"

)

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.