PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Sunday, August 28, 2022

[FIXED] How can I export power query data from excel into a csv with built-in tools?

 August 28, 2022     csv, etl, excel, powerquery     No comments   

Issue

I am trying to export a large amount of data from an ETL operation in excel for later queries.

In order to do so I need the data in a csv.

However, excel does not allow more than 1 million rows to exist in a table.

How can I work around this limitation?


Solution

Use DAX Studio to export to csv. It's a free tool.



Answered By - David
Answer Checked By - David Goodson (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing