Forum Discussion
Refreshe dataset from azure storage
Hi team ,
I 've created a report that get data fro Json files in Azure Bolb Storage and for each date we have many small files .I connected to bolb directly and isert data to power BI but right now after a while I am getting time out or memory linitaion issue .do you have any sugesstion (I tried incremental it did not work).?! how can I resoluve this issue ?!
1 Reply
- AnonymousNot applicable
Hi Mniknejad ,
You can try to increase the value of following options just as below codes and check whether it still get the issue...
AzureStorage.BlobContents("url", [BlockSize=xxx,RequestSize=xxx,ConcurrentRequests=xxx])You can refer the following links to connect to Azure Blob Storage.
How to access data from Azure Blob Storage using Power BI
Connect Power BI to Azure Blob Storage
And for more information on how to properly configure incremental refresh, you can refer to the following links.
Incremental refresh in Power BI
All You Need to Know About the Incremental Refresh in Power BI: Load Changes Only
Best Regards