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.
Direct export from PBI service to Excel now available!:
http://community.powerbi.com/t5/Service/Export-Data-Now-available/m-p/13440#U13440
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 halted
Does 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.