Forum Discussion
Filtering csv files from Azure Blob Storage
Yeah, over 300 mb just for listing the files
Then that is a function of Azure Blob Storage. I am very surprised to hear that.
I use Azure DataLake for CSV/Excel files and I can list hundreds of files in a few seconds in the Power Query editor. I suggest you consider moving the files to that storage medium. Even SharePoint doesn't download the files until you click Combine or click on a binary itself.
I use Blob Storage for images, but that is accessed via HTTPS URLs to images from the report. Power Query and Power BI's data model don't actually bring those images in. The service simply shows the images once the report loads.
- NenadV6 years agoHelper III
This data is generated on daily basis so it amount will increase quickly. I will consider moving it somewhere else for sure.
- edhans6 years agoCommunity Champion
See this article published just yesterday on using Azure Data Lake gen 2. Seems perfect for your scenario. I know ADL does not download file contents until it begins the combine operation.