we need to save our exported reports from Embed PowerBI to our Azure Blob Storage.

Jahangir Malik 6 Reputation points
2021-02-08T14:30:42.27+00:00

When we generate report in PowerBI with following API
POST https://api.powerbi.com/v1.0/myorg/reports/{reportId}/ExportTo
it is save in PowerBI server. We need to save the generated report to Azure Storage account.
What is the method to connect storage account (Blob) to PowerBI for this purpose.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,639 questions
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. deherman-MSFT 35,636 Reputation points Microsoft Employee
    2021-02-08T20:21:21.117+00:00

    @Jahangir Malik

    Power Bi is not currently supported here on QnA. The product group for Power Bi actively monitors questions over at: https://community.powerbi.com/ I recommend posting your question here to see if this is possible.

    You might find a tool such as AzCopy useful in helping to transfer the report.

    0 comments No comments