Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
03-15-2017 07:29 AM
library("zoo")
library("imputeTS")
library(tseries)
mydata =dataset[ ,1] #Values
#mydata<-na.approx(mydata) #For Testing: should be all Green if NAs are interlpolated
mydataseries<-ts(mydata) #Values,Dates
plotNA.distributionBar(mydata, breaks = nclass.Sturges(mydata), breaksize = NULL,
percentage = TRUE, legend = TRUE, axis = TRUE, space = 0,
col = c("indianred2", "green2"), main = "Distribution of NAs",
xlab = "Time Lapse", ylab = NULL)
@Rob-van-Breemen I am unable to use the 'imputeTS' package in the Power BI service. It works perfectly fine on the Power BI desktop app but it seems that it is not supported in service. I think this package fulfills the criteria for support in service which is that the package should be published in CRAN and it has a GPL-3 licence as well.
Were you able to make this work in Power BI service?
Script Runtime Error
Error in library("imputeTS") : there is no package called 'imputeTS'