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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Comparing string similarity of two columns in different tables

Hello everyone,

 

I have a problem that needs to be solved. I need to be able to compare two columns in two different tables and see if there are similar strings within those two columns. So for example if I would like to compare a list of my friends to the most wanted lists of the FBI, I could do that.

 

So the pseudo code would look something like this:

For name in name_column in myfriends_table:

     Compare the similarities of every name in myfriends[name_column] to the FBI's most wanted list name_column

     return values that have similarities over 40%



Below I have a demonstration for my issue.

 

My Friends

Name

TJ Watt

Minkah Fitz
Juju Smith-Schuster
Big Ben Roeth

 

FBI's Most Wanted

Name
TJ Hatt
Juju Smith-Schuster
Juju Smith
Cam Heyward
Big Ben Roeth

 

Results table

My Friends NameFBI's Most Wanted NameSimilarity

TJ Watt

TJ Hatt83,333%
Juju Smith-SchusterJuju Smith-Schuster100%
Juju Smith-SchusterJuju Smith46,67%
Big Ben RoethBig Ben Roeth100%

 

Is it possible in dax?

 

Kind regards,

 

Jeppe

2 ACCEPTED SOLUTIONS
v-kelly-msft
Community Support
Community Support

Hi  @Anonymous ,

 

You'd better first create a summarized table such as below:

v-kelly-msft_0-1610676098538.png

 

As if you directly compare the characters from 2 tables,the calculation would be created in the table below: 

v-kelly-msft_1-1610676537893.png

 

After you get a summerized table,you could refer to below similar thread to realize what you need.

https://community.phttpsi.com/t5/Deskpowerbipare-t5o-strings-for-similarity/m-p/290062

 

Best Regards,
Kelly

Did I answer your question? Mark my post as a solution!

View solution in original post

v-kelly-msft
Community Support
Community Support

Don't @jeppevatane,

Have you checked my answer? Is your problem solved?

Saludos
Kelly

Have I answered your question? Mark my position as a solution!

View solution in original post

2 REPLIES 2
v-kelly-msft
Community Support
Community Support

Don't @jeppevatane,

Have you checked my answer? Is your problem solved?

Saludos
Kelly

Have I answered your question? Mark my position as a solution!

v-kelly-msft
Community Support
Community Support

Hi  @Anonymous ,

 

You'd better first create a summarized table such as below:

v-kelly-msft_0-1610676098538.png

 

As if you directly compare the characters from 2 tables,the calculation would be created in the table below: 

v-kelly-msft_1-1610676537893.png

 

After you get a summerized table,you could refer to below similar thread to realize what you need.

https://community.phttpsi.com/t5/Deskpowerbipare-t5o-strings-for-similarity/m-p/290062

 

Best Regards,
Kelly

Did I answer your question? Mark my post as a solution!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.