簡體   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