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
MarkSL
Helper V
Helper V

Dataset fails to refresh in the service - Fuzzy match appears to be the problem

Hi,

I have added some Fuzzy matching logic to a report.  It works great in Desktop but when I publish it to our Premium service, the refresh fails with "Unable to connect to the data source undefined.".  When I click on Show Details I get "The import Table.FuzzyNestedJoin matches no exports. Did you miss a module reference?"

My lookup was relatively straight forward, I am simply attempting to match lots of colour codes to a core colour, eg: 'Lapiz Blue Metallic' ='Blue'.

The M Code 

    #"Perform Fuzzy Lookup to Colours" = Table.FuzzyNestedJoin(#"Renamed Columns", {"Colour"}, Colours, {"Colour"}, "Colours", JoinKind.LeftOuter, [IgnoreCase=true, IgnoreSpace=false, NumberOfMatches=1, Threshold=0.5, TransformationTable=ColourFuzzyHelper]),
    #"Expanded Colours" = Table.ExpandTableColumn(#"Perform Fuzzy Lookup to Colours", "Colours", {"Colour"}, {"Colours.Colour"}),
    #"Rename Colour.Colour to Simple Colour" = Table.RenameColumns(#"Reordered Columns",{{"Colours.Colour", "Simple Colour"}})

Thoughts appreciated!

Mark

 

1 ACCEPTED SOLUTION
v-lili6-msft
Community Support
Community Support

hi, @MarkSL 

Could you have got the latest version of the On-Premise Gateway installed.

And if you don't use fuzzy match in edit queries, if it works well?

 

Best Regards,

Lin

 

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-lili6-msft
Community Support
Community Support

hi, @MarkSL 

Could you have got the latest version of the On-Premise Gateway installed.

And if you don't use fuzzy match in edit queries, if it works well?

 

Best Regards,

Lin

 

 

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-lili6-msft 

 

Apologies for the delay in coming back to you.  Our Gateway has finally been updated today and my dataset is now refreshing as expected - so it looks like this was the issue!

 

Thanks

 

Mark

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.