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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
afkl99
Frequent Visitor

Difference between two text columns

I have two text columns (column A in data table A and column B in data table B -both data tables have id columns). 

 

I want to create a table\matrix in the desktop page that contains an id column, column A, column B and then another column which indicates if A is the same as B.  

 

I would like to avoid doing a query where I merge column A and B based on the id column, but will if there are no other viable options

 

Thank you!

1 ACCEPTED SOLUTION
dilumd
Impactful Individual
Impactful Individual

Since you want a calculated column, use below.

 

A and B = IF(LOOKUPVALUE(TableB[TextA],TableA[TextA],TableB[TextA])=TableB[TextA],"Yes","No")

Help.JPG

View solution in original post

4 REPLIES 4
dilumd
Impactful Individual
Impactful Individual

You can relate table A and B first. Then write a IF function to return "yes" if column A1 = column B1 I don't think you need to merge.

afkl99
Frequent Visitor

Thank you!

 

When trying to implement the following statement: 

 IF( EXACT( 'Table A'[A1]), 'Table B'[B1])), "yes", "no")

 

I get the error: A single value for column 'A1' in table 'Table A' cannot be determined. (for both tables)

 

It is my understanding that I need to add something in the statement so that column A1 and B1 are only compared when the id column in both tables are equal. Is this correct and how would I go about doing this?

dilumd
Impactful Individual
Impactful Individual

Since you want a calculated column, use below.

 

A and B = IF(LOOKUPVALUE(TableB[TextA],TableA[TextA],TableB[TextA])=TableB[TextA],"Yes","No")

Help.JPG

Hi 

 

I get errors when using the same DAX

 

may I know how to edit?

 

Briosjuly77_0-1630053535145.png

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors