我正在尝试使用 Microsoft Power Bi 连接到 PostgreSQL 数据库.
I am trying to use Microsoft Power Bi to connect to a PostgreSQL database.
当我转到获取数据时,它只是说连接器需要安装一个或多个附加组件才能使用
下面
<system.data>
<DbProviderFactories>
<add name="Npgsql Data Provider" invariant="Npgsql" description=".Net Framework Data Provider for PostgreSQL Server" type="Npgsql.NpgsqlFactory, Npgsql, Version=3.2.3.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7"/>
</DbProviderFactories>
</system.data>
可以在此处找到我的 Power Bi 的跟踪器日志:
The tracer log from my Power Bi can be found here:
https://www.sendspace.com/file/vleze0
我怎样才能让这个东西工作?这让我疯狂!谢谢
How can I get this thing to work? It's driving me crazy! Thanks
Npgsql 最新版本好像有问题.
成功连接 Npgsql 3.1.8 版本.
先卸载现有版本再安装重启.
There seems to be some problem with the latest Npgsql versions.
Succeded to connect with Npgsql 3.1.8 version.
First uninstall the existing version then install and restart.
这篇关于无法安装 Microsoft Power Bi Postgre SQL 连接器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!