Member-only story

Refresh a Power BI Dataset using Azure Logic App

Srini Velamakanti
5 min readAug 9, 2020

--

There are many use cases where we need to refresh the Power BI dataset on a regular basis, either after the datamart is refreshed or after a file received to a storage account ..etc

Let’s see one such use case where we have to refresh a Power BI dataset when a file received to the Blob storage.

Create an Azure Storage Account

Open the Azure Portal → Click on Create a resource → Search for Storage Account →Create a new Storage Account.

Enter the required details and click Create

Once the storage account is ready → add a container and upload the data files to it

Create Azure Logic App

Open the Azure Portal → Click on Create a resource → Search for Azure Logic App →Create a new Logic App.

Enter all the details and click on Create
Click on Blank Logic App
We have to add a Trigger

--

--

Responses (1)