Forum Discussion
auto export of data
- Anonymous9 years ago
Not yet! But suggest it as an idea (or see if someone else has already suggested it).
https://ideas.powerbi.com/forums/265200-power-bi
- Michele
Not yet! But suggest it as an idea (or see if someone else has already suggested it).
https://ideas.powerbi.com/forums/265200-power-bi
- Michele
Hey mstarks,
I did a workaround for this in R a while back (before the export to excel option). You can find the post here.
It isn't automatic, but by running the visual or updating the dataset, it will export the data (in a table format) to a CSV or XLSX. You can change it to an excel spreadsheet using this:
library(xlsx) write.xlsx(mydata, "c:/mydata.xlsx")
Not a perfect solution, but might work till they add this feature.
Hope this helps,
Alan
- Anonymous7 years agoNot applicable
I don't get.. I click on "R script visual" --> copy and paste your commands by changing the destination folder bout nothing happens.. Could you please explain me how this workround works?
Thanks
Massimo
- mstarks9 years ago
Advocate I
Thank you!