Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试找到一种连接 powerBI 的方法,但找不到任何资源来做同样的事情。例如,我们可以连接到 mssql、postgress 等
谢谢。
您可以直接在 Power BI 中运行 Python 脚本,这允许将数据集作为输入和输出访问回数据模型。
这是该功能的官方文档的链接
您还可以使用 Python 视觉对象。这不允许您输入数据模型,而是使用它来生成可视化,然后直接显示。
关于 Python 可视化的文档在这里