标签: python-3.x azure automation powerbi
我正在尝试找到一种连接powerBI的方法,但是找不到任何资源来执行此操作。例如,我们可以连接到mssql,postgress等
谢谢。
答案 0 :(得分:0)
您可以直接在Power BI中运行Python脚本,这允许将数据集作为输入和输出访问回到数据模型。
Here is a link to the official documentation for the feature
您还可以使用Python视觉效果。这不允许您输入数据模型,而是使用它来生成可视化结果,然后直接显示。
Documentation on the Python visualisation is here