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
https://community.powerbi.com/t5/Desktop/Using-Plot-ly-with-R-in-Power-BI-Desktop/m-p/717803
This thread may help you!
bobbob123
4 years agoHelper III
I'm not sure, I've tried to run other scripts on POWER BI it works. When I try plotly it doesn't.
- SmithCham2 years agoRegular Visitor
Plotly requires use of Node.js to operate. PBI cannot render Plotly natively, so it needs to be 'wrapped' in Node.js to work.
See link below