带有 Power Query 的 PostgreSQL

Postgresql with Power Query

我是 Postgresql 新手,我尝试使用带有 Excel Power Query 的视图。
我只能使用 Power Query 查看表。
我在 Power Query 中看不到任何视图。
我已经为每个人授予了 ACL 访问权限。

CREATE OR REPLACE VIEW "xx" AS   SELECT * from test;

ALTER TABLE "xx"   OWNER TO postgres; GRANT ALL ON TABLE "xx" TO
postgres; GRANT ALL ON TABLE "xx" TO public;

我缺少什么才能在 Excel 中找到视图?

编辑:我在定义数据源时找到了使用 SQL 语句的解决方法 - 因此它看起来像一个 Excel Power 查询错误。

是的,Power Query 中存在错误。很抱歉,但感谢您提出来!

在 10 月更新中查找修复程序(如果您使用的是 Power BI Desktop,则更快)。