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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Ben-Dev
Helper II
Helper II

Folding Table.Join By Using Table.View - keyEqualityComparers

Hello,

 

Table.Join takes an optional keyEqualityComparers argument. According to the docs, this "is currently intended for internal use only."

 

When handling OnJoin from a Table.View, the join key details passed into the handler include equality comparers. Will there be cases where Microsoft's internal use of Table.Join's keyEqualityComparers argument leads to my OnJoin being passed a non-default comparer, or can I expect that OnJoin will be always and only passed the default comparer (that is, Comparer.Ordinal)?

 

Thank you!

2 REPLIES 2
v-kkf-msft
Community Support
Community Support

Hi @Ben-Dev ,

 

There is no official documentation with information about 'keyEqualityComparers', perhaps you can refer to the following thread: joinAlgorithm and keyEqualityComparers 

 

Best Regards,
Winniz

 

Hi @v-kkf-msft

 

Thanks! Any way we can get some insight from the custom connector dev team here?  If I'm implementing a Table.View, my OnJoin handler is passed equality comparer(s). Since Power Query is passing them to my handler, it seems like I need to know what to do with them. 🙂

 

 

Am I supposed to do something with them, or is the official Microsoft position that I should ignore them?

 

Thanks!

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors