Forum Discussion

Techinmay's avatar
Techinmay
New Member
3 months ago

How to import large csv file in powerBI

I recently dealt with a similar issue while importing a very large CSV into a dataset using PowerShell. For standard files, you can use Import-Csv and process records in batches, but with huge CSV fi...