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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
ERing
Helper V
Helper V

Can I create a new column that returns Yes/No if there is a match in values of two other columns?

I have data like below with two columns (Test 1 & Test 2). I need to add a new column that returns either "Yes" or "No", depending on whether the values in columns one and two match. The match should not be case sensitive.

I'm not sure how to do this. Any suggestions are greatly appreciated.

1.PNG

1 ACCEPTED SOLUTION
Laurie_H
Frequent Visitor

Match = IF(UPPER(Table[Test 1]) = UPPER(Table[Test 2]), "Yes", "No")

View solution in original post

1 REPLY 1
Laurie_H
Frequent Visitor

Match = IF(UPPER(Table[Test 1]) = UPPER(Table[Test 2]), "Yes", "No")

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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