Forum Discussion
Anonymous
6 years agoNot applicable
R script not finding function "mutate"
The report looks well on Power BI desktop, using my R installation. I assume (correct me if I'm wrong) that uploading to Power BI web, would use some server's R installation. I fixed some syntaxis...
- Anonymous6 years ago
Thank you Greg_Deckler , amitchandak
It turned out I was missing the loading of a package in the code snippet.
Thus, Desktop would load it correctly on my PC, but not on the web server.
Greg_Deckler
Community Champion
6 years agoAnonymous - Check that you are using a supported package and version of that package:
https://docs.microsoft.com/en-us/power-bi/connect-data/service-r-packages-support
Anonymous
6 years agoNot applicable
Thank you Greg_Deckler , amitchandak
It turned out I was missing the loading of a package in the code snippet.
Thus, Desktop would load it correctly on my PC, but not on the web server.