1

我正在使用 Excel 的 Power Query,并且正在尝试连接托管在 AWS 上的 MySQL 数据库。尝试连接时,我在查询编辑器中收到错误消息,提示“DataSource.Error:对象引用未设置为对象的实例。”

我的 Excel 和 Power Query 都有 32 位版本。

设置数据源有什么问题吗?

谢谢

4

2 回答 2

1

Just had the same problem. 64 bit Excel and latest version of PowerQuery. The cause of mine was that I had copied and pasted the output of a PowerQuery query into a new Excel sheet. This created a shadow second data connection invisible to the PowerQuery pane.

To fix it I had to go to the Data ribbon > click Connections, highlight the second query (named [YourQueryName]1) and click the Remove button. After that things went back to normal.

于 2015-09-24T20:58:00.783 回答
0

您可能希望从 Power Query 内部发送-A-Frown 以直接与开发人员联系。

请检查您是否安装了最新版本的 Power Query。它也可能有助于升级 MySQL 驱动程序。

于 2015-08-11T15:46:34.880 回答