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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
rkoffice
New Member

Local evaluation of Table.Join or Table.NestedJoin with key equality comparers is not supported

I'm facing an issue after publishing my Power BI report to the Power BI Service. The report runs perfectly fine in Power BI Desktop, but once published, I receive the following error:

 

Expression.Error: Local evaluation of Table.Join or Table.NestedJoin with key equality comparers is not supported.
Microsoft.Data.Mashup.ErrorCode = 10682.
The exception was raised by the IDbCommand interface.

My data source is Microsoft Dataverse.

I have not use this operations Table.Join or Table.NestedJoin in data transformation.

Would really appreciate any guidance or solution from someone who has encountered this before.

Thanks!

3 REPLIES 3
v-sdhruv
Community Support
Community Support

Hi @rkoffice ,

Just wanted to check if you got a chance to review the suggestions provided and whether that helped you resolve your query?

Thank You

v-sdhruv
Community Support
Community Support

Hi @rkoffice ,

The error indicates that Power BI cannot evaluate the join operation locally due to the presence of key equality comparers, which are intended for internal use only and not supported in the Power BI Service environment.

In Power Query, right-click each step and choose View Native Query.

If this option is disabled at any step, query folding is broken.

Try to remove Value. Native Query. from M expressions as it can interfere with query folding.

If folding cannot be preserved, consider switching the affected tables to Import mode instead of DirectQuery.

 

Hope this helps!

FBergamaschi
Solution Sage
Solution Sage

Are you in DirectQuery or Import?

 

Table.Join in M is typically a Merge

 

If this helped, please consider giving kudos and mark as a solution

@me in replies or I'll lose your thread

Want to check your DAX skills? Answer my biweekly DAX challenges on the kubisco Linkedin page

Consider voting this Power BI idea

Francesco Bergamaschi

MBA, M.Eng, M.Econ, Professor of BI

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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