Forum Discussion
username
9 years agoFrequent Visitor
Why some custom graph created using R is not displayed in Power BI
Hi, I generated some graphs using local R engine (using plot3d() function - it creates interactive 3D graph), which I'm unable to generate in power BI. Instead of a visual, a small pop containing the ...
v-haibl-msft
9 years agoMicrosoft Employee
Could you please provide the r script code written in PBI to us? So that I can try to repro it locally and see if I can help you.
Best Regards,
Herbert
username
9 years agoFrequent Visitor
x, y, z are cordinates of 3D. dataset <- data.frame(x,y,z) dataset <- unique(dataset) library(rgl) attach(dataset) plot3d(dataset)
- v-haibl-msft9 years agoMicrosoft Employee
Did you install your visualization package in your RGUI which mentioned in this article? (It should be rgl here)
BTW, you can take a look at the configurations in above article to see if there is anything missed.
Best Regards,
Herbert
- username9 years agoFrequent VisitorYes.. I have executed install.packages("rgl")
- v-haibl-msft9 years agoMicrosoft Employee
I can repro the same issue here. I’ve reported it internally and will update here once I get any information from PBI team.
Best Regards,
Herbert