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.
Hello,
I wanted to know If I can, within a step of a query, export/Save my table/list to an local file ? Is there such a M method ?
Solved! Go to Solution.
I've found my answer : Table.ToCSV(...)
I don't think so. Investigate Power Apps and Flow.
Proud to be a Super User! | |
Hi,
Excel PowerQuery or PowerBI PowerQuery (Desktop or server)?
https://community.powerbi.com/t5/Power-Query/Can-PowerQuery-write-data-back-out/td-p/1288
For many quick and dirty tricks (especially in Excel PowerQuery) I personally start a local webserver, pass the data to it and do things there.
I prefer python, but there is also a 10 lines of code PowerShell local webserver I sometimes use.
So: PQ - local webserver - disk