Reputation: 41
I have a spreadsheet that is using power query in a data connection to execute modelling on CSV files that have more than 2M rows. This works fine and I can run analysis on this data as needed.
However, now I want to export the resulting data after all the manipulations have been made. I can't see a way to export the data query result without outputing to a sheet... which I can't... because the row count is >1M.
I've been trying to work this out on my own for months but I have to recognise my limitations and ask for help now. Many thanks in advance. DD
Upvotes: 1
Views: 5710
Reputation: 41
As David mentioned above, Dax Studio will output the results of the data model. Steps as follows:
Upvotes: 1
Reputation: 30304
You need to use an external tool like DAX Studio (free) to connect to the Power Pivot data model and export the tables to CSV.
Upvotes: 2