I can not see how to interact with the powerBI dataset. I'm using a simple chart. I can run using Rstudio but I can't run the same code using R visual in powerBI.
QCData <- cbind(QC_xts)
dygraph(QCData,ylab="Timestamp", main="´Quality Control") %>%
# dySeries("QC_xts",label="XS") %>%
# dySeries("..2",label="LNKD") %>%
dyOptions(colors = "blue") %>%
dyRangeSelector()
My cod is working in R studio
QCData <- cbind(QC_xts)
dygraph(QCData,ylab="Timestamp", main="´Quality Control") %>%
# dySeries("QC_xts",label="XS") %>%
# dySeries("..2",label="LNKD") %>%
dyOptions(colors = "blue") %>%
dyRangeSelector()
The erro is not display any chart. PBI show this error: An exception of type Microsoft.PowerBI.ExploreServiceCommon.ContainPIIException occured.