简体   繁体   中英

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>]

There's not an official Python SDK for this, but it's all based on the REST APIs that you can hit from any language or platfom.

The API is Reports - Export To File In Group

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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