Forum Discussion
how to export data to excel from Power BI
- 11 years ago
Unfortunately, you cannot. I know there is a feature request for this out there that you can vote for.
With the December update you can use the workaround via R to export your data from Power BI to txt or SQL-server: http://www.thebiccountant.com/2015/12/28/how-to-export-data-from-power-bi-and-power-query/
Direct export from PBI service to Excel now available!:
http://community.powerbi.com/t5/Service/Export-Data-Now-available/m-p/13440#U13440
- mcray1110 years ago
Helper I
For those of us on the Desktop version, the R script seems the most likely. However I've followed the scripting on THE BICCOUNTANT and still encounter an error. My dataset is well below the 150k limit (around 58k), and the matrix display visual is correctly displaying it. However this is what I receive with the R Script:
Error Message:
R script error.
Error: unexpected input in "write.table(trim(dataset), file=”"
Execution haltedDoes that mean anything to the more experienced users?
Thanks in advance
- ImkeF10 years ago
Community Champion
The first quote mark after "file=" looks strange. This can happen when you copy the filepath from somewhere.