The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a folder with hundreds of CSV files (one new added every month, each one about 10 MB) and need to transform all these files into smaller versions of themselves (about 100k each) and load them into a new folder. How can I do that in Power Query, without having to combine all the original, large files into a single query?
Solved! Go to Solution.
Hi @alramirez ,
PowerQuery does not provide the feature of exporting. It is recommended that you consider using Python with the Pandas library for file conversion.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
Hi @alramirez ,
PowerQuery does not provide the feature of exporting. It is recommended that you consider using Python with the Pandas library for file conversion.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum