Forum Discussion
bl_g
2 years agoNew Member
Custom connector: refresh in Desktop without clearing cache gives 'The key didn't match any rows'
We have created a Power BI custom connector that connects to our webservice. The connector works with a nested folder structure. The user selects one or more tables from one or more folders. Part of ...
Akash_Varuna
Super User
1 year agoHi bl_g It might be because of the difference between cached metadata and the dynamic structure of your custom connector. To fix this, disable metadata caching using [IsResourcePathRequired = false], and implement schema refresh logic in your connector. Minimize overly dynamic structures where possible and guide users to clear cache only as a last resort. Debug with Data Source Diagnostics to pinpoint schema mismatches.