繁体   English   中英

使用 Python 将 Power BI 报告导出到 Azure 数据湖

[英]Export Power BI report to Azure Data Lake using Python

Looking forward to export PBIX\Power BI reports from Power BI workspace to Azure Data Lake, I have come across below cmdlet in PowerShell that allows us to do the same, however do we have an equivalent library or a function in Python that can do so ?

Export-PowerBIReport
      [-WorkspaceId <Guid>]
      -Id <Guid>
      -OutFile <String>
      [<CommonParameters>]

没有官方的 Python SDK 用于此,但它全部基于 REST API,您可以从任何语言或平台访问。

API 是报告 - 导出到组中的文件

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM