Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Dear All,
I am getting following error which I am not able to understaqnd.. My data is in Sharepoint list and I have not chenaged anything with regards to type etc.
OLE DB or ODBC error: Type mismatch. (Exception from HRESULT: 0x80020005 (DISP_E_TYPEMISMATCH))
Kindly support.
Regards
Subodh
Solved! Go to Solution.
Hi @Subodh-2025
This error is usually caused by mixed data types or unexpected values in your SharePoint List, even if you haven't changed column types in Power Query or on SharePoint.
Troublshooting Steps:
If that's not enough, create a clean copy of the query/table and incrementally rebuild type logic, checking for the exact step where the type mismatch first appears.
🌟 I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
💡 Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
🎖 As a proud SuperUser and Microsoft Partner, we’re here to empower your data journey and the Power BI Community at large.
🔗 Curious to explore more? [Discover here].
Let’s keep building smarter solutions together!
Hi @Subodh-2025 ,
Thank you @Shahid12523 and @grazitti_sapna for the response provided!
Has your issue been resolved? If the response provided by the community member addressed your query, could you please confirm? It helps us ensure that the solutions provided are effective and beneficial for everyone.
Thank you for your understanding!
Hi @Subodh-2025 ,
I wanted to follow up and see if you had a chance to review the information shared. If you have any further questions or need additional assistance, feel free to reach out.
Thank you,
Tejaswi.
Hi @Subodh-2025 ,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.
Thank you,
Tejaswi.
This error means a column in your SharePoint list is returning mixed/invalid types.
Causes:
Choice/Lookup/Person fields (sometimes return text, sometimes records/tables).
Nulls or mixed text/number values.
SharePoint schema change.
Fix:
In Power Query, check column types.
Use safe conversion, e.g.
try Number.FromText([Column]) otherwise null
For multi-select Choice/Lookup → expand to text with Text.Combine().
Usually caused by Choice/Lookup fields with multiple values.
Hi @Subodh-2025
This error is usually caused by mixed data types or unexpected values in your SharePoint List, even if you haven't changed column types in Power Query or on SharePoint.
Troublshooting Steps:
If that's not enough, create a clean copy of the query/table and incrementally rebuild type logic, checking for the exact step where the type mismatch first appears.
🌟 I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
💡 Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
🎖 As a proud SuperUser and Microsoft Partner, we’re here to empower your data journey and the Power BI Community at large.
🔗 Curious to explore more? [Discover here].
Let’s keep building smarter solutions together!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.