Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

how to save data to a local file within a step ?

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 ?

1 ACCEPTED SOLUTION
jmclej
Helper I
Helper I

I've found my answer : Table.ToCSV(...)

View solution in original post

4 REPLIES 4
jmclej
Helper I
Helper I

I've found my answer : Table.ToCSV(...)

ToddChitt
Super User
Super User

I don't think so. Investigate Power Apps and Flow.




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





ams1
Responsive Resident
Responsive Resident

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

 

ams1
Responsive Resident
Responsive Resident

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

 

 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.