Member-only story
Refresh a Power BI Dataset using Azure Logic App
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.
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.