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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
This message appears when I try to refresh data in table:
DataSource.Error : OLE DB : Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
ErrorCode=-2147217887
I have never had this problem before...
Can you help me?
Regards,
Adrien LEFEVRE
Solved! Go to Solution.
Hi @Adrien,
For this error, following are two possible causes of this error:
Please refer to the link below to see the details.
Regards,
Charlie Liao
I had the same issue.
Power bi couldnt refresh the table because there were some string data in source and I wanted to load them into a integer column.
Hi @Adrien,
For this error, following are two possible causes of this error:
Please refer to the link below to see the details.
Regards,
Charlie Liao
Hi Charlie,
The OLE DB provider I use to make the ADO connection dont' have the OLEDB_SERVICES entry...
I have added the OLEDB_SERVICES registry entry and it works.
Thank you for your answer.
Regards,
Adrien LEFEVRE