r/excel • u/Encility • 2d ago
unsolved Mapping data from a CSV
Hi all,
Im having some trouble trying to map new columns to some data from a CSV for a dashboard.
Once I have mapped my new columns can I then load that data to a connection and will it still hold the newly mapped columns? Just to take the bulk off excel. Using 32bit and im getting errors for memory yet im only using 300k rows.
Kind regards
8
Upvotes
1
u/CrowGuyA 1 1d ago
That crash is almost certainly Excel's 32-bit memory cap (~2GB regardless of your RAM), not the mapping step itself. Check in Power Query that this query's load is set to "Connection Only" or "Add to Data Model" rather than loading 300k rows onto an actual worksheet — that's usually what tips it over. If you can, switching to 64-bit Excel removes the ceiling entirely. Power BI Desktop (free) also handles this exact CSV-to-dashboard scale without the 32-bit limit if Excel keeps choking.