Forum Discussion
141507
9 years agoHelper I
Use HighCharter Package/hchart() In Power Bi
library(xts)
library("forecast")
library(highcharter)
dates=as.Date(dataset$ReceivedDate,"%Y-%m-%d")
xs=xts(dataset$Volume,dates,frequency=12)
#plot(xs)
arima1 <-arima(xs,order=c(3,0,1),seasonal=lis...
v-huizhn-msft
8 years agoMicrosoft Employee
Hi 141507,
In Power BI desktop, you need to import your resource data into table from "Get Date" on home page. Then you select the column as value level, please see the fields in blue line. You will find the dataset generates automatically in the black line zone.
Then please type R script in red line zone, click run, you will get the expected result based on R script.
Best Regards,
Angelia