Forum Discussion
hendustu
Advocate I
11 years agoCan PowerQuery write data back out?
So I know that PowerQuery is great for consuming and transforming data, but are there any export options? If not, what's the least klugey way to get data out of a BI model and into SQL tables, or a C...
- 11 years ago
Consider making a feature request on the "Give Feedback" site.
mim
Advocate V
9 years agoanother option that does not require any third party is to use powershell, i tried the vba approach and it does not work with large data, R works very well, but in some environement it may not be available
the script is here
ImkeF
Community Champion
9 years agoThis is brilliant mim !!!
Re size-limitations: Change the export-format to txt (instead of csv) and these size-limits are gone :-)
Thx a ton!