Forum Discussion
gbAct10
3 years agoNew Member
Why doesn't Power BI recognize my R output as an excel document?
I use the following function from the openxlsx package to export my dataframe to a local folder as an xlsx file: write.xlsx(data frame, path, overwrite = TRUE) I want to pull it into a Power ...
nphoeppner
2 years agoAdvocate I
I ran into the same issue, and it appears to be an issue with the openxlsx package:
https://github.com/ycphs/openxlsx/issues/231
The discussion focuses on SPSS, but it appears to be equally relevant to Power BI. Hopefully it is fixed soon!