Forum Discussion

aQUER's avatar
aQUER
New Member
3 years ago

Difference of R-ggplot graph between PBI-Desktop and PBI-Service

Hi,  I've done a R visual that its working perfect in desktop: with this sentence: ibrary(ggplot2) library(reshape2) dataset$rowid=seq(1,nrow(dataset)) dataset$DATA_FI=ifelse(is.na(datas...