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
Recoba88
Helper III
Helper III

Export to csv from Power Query

Hi,

 

How can I export to csv, data with 3 million rows from power query (excel not powerbi desktop)

 

If you know the way to load to powerdesktop this data and export from there it also can help

 

Thanks!

1 ACCEPTED SOLUTION
hohlick
Continued Contributor
Continued Contributor

4th button on the ribbon ("Output") - press the small triangle under the button and select File. Then press F5.

Снимок.JPG

Maxim Zelensky
excel-inside.pro

View solution in original post

6 REPLIES 6
OpenDataLab
Helper II
Helper II

Try using Dax Studio. https://daxstudio.codeplex.com

 

You can write a query against you Power BI data model to extract the data and it has the option to output to file.

 

The syntax to query a single table in your model would be:

 

EVALUATE [TableName]

 

Let me know how you get on.

hohlick
Continued Contributor
Continued Contributor

Hi @OpenDataLab, @Recoba88

More correct syntax is

 

EVALUATE TableName

 

(no brackets)

Maxim Zelensky
excel-inside.pro

HI.

I did what you say

How can I export  - attached image - where I need to press?

http://imgur.com/a/OePSF

hohlick
Continued Contributor
Continued Contributor

4th button on the ribbon ("Output") - press the small triangle under the button and select File. Then press F5.

Снимок.JPG

Maxim Zelensky
excel-inside.pro

I am in powerbi using power query, does this button exist there?

 

EDIT: I see this is in daxstudio, nevermind

THANKS!

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.

Top Solution Authors