Is there a way to overcome the Power BI export max limit of 150k rows?
Voting for PBI improvement:
https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/18432742-increase-export-data-limits
It is possible to export a table of millions of rows from Power BI Desktop to a local disk with the help of Daxstudio.
Change the output to file:
And run the following code:
EVALUATE
'MyTable'
And save the file in the desired output.
You will see the progress as the table is being dumped to disk.