Forum Discussion
bobbob123
Helper III
4 years agoPlotly 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...
bobbob123
Helper III
4 years agoI'm not sure, I've tried to run other scripts on POWER BI it works. When I try plotly it doesn't.
SmithCham
2 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