Forum Discussion
bobbob123
4 years agoHelper III
Plotly using R in POWER BI
Hi all, First time using R and for someone reason its seems to be a hit and miss. My code is below. # dataset <- data.frame(H, SA, MA, Year, Subject)
# dataset <- unique(dataset)
library(p...
VijayP
4 years agoCommunity Champion
Check the details on the error statement. you should be able to know the problem statement
bobbob123
4 years agoHelper III
This is the message I recieve.
No image was created. The R code didnt result in creation of any visuals.
As I've said It works on R Studio and I can run other simple scripts on Power BI using R. But I can't seem to get plotly to work.