Forum Discussion
ankitpatira
10 years agoCommunity Champion
Problems with publish to web
Hi, I've noticed Publish to Web feature is working fine when I have normal report with cusom visuals. However when I have R script visual report, Publish to Web is not generating any code.This behavi...
siddhupiddu
10 years agoNew Member
you wrote that you were able to publish to web while doing an R visualization with ggplot2. I am unable to do so .. can you help?
I inserted an R visual then did :
library(ggplot2)
ggplot(dataset, aes(a)) + geom_histogram(binwidth=20)
- BobF10 years agoHelper I
Hi siddhupiddu this morning l have deployed to PowerBi.com a report when go to the R visual l get an error message (see below). The visual does render correctly in the PowerBI desktop file, it also uses the ggplot2 library :smileysad:
- compkos10 years agoFrequent Visitor
Hello
Same problem here with ggplot2 and power bi web
On Power BI Desktop everything works fine
- Evogelpohl10 years agoHelper V
Same error. Can't get any of the r-visuals i've created to render in the web interface. Works fine in the desktop.