Forum Discussion
Rscript runs fine in Rstudio not in PowerBi
Hi, np212r
Could you solve this problem?
I'm using dplyr to
datafromAccess<-datafromAccess %>% #(lf)
group_by(Slot, Period) %>% #(lf)
mutate(colDiff= colValue - colValue[OrdemNum==1]
but results an error Error: Column `colDiff` must be length 1 (the group size), not 0
and many "warnings" :
Attaching package: 'dplyr'
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
The code works perfectly in R Studio, the dplyr version is 0.8.0.1 (that is supposed to be supported by PowerBI) and the package is installed in the same path of others (like RODBC and stringr) that works fine.
Best Regards
Cristiane
For reasons I am unable to figure out, the dplyr functions cause all kinds of grief in Power BI, especially in the service. I can't believe this issue is not more well reported .