ARIMA forecasting
Feedback Type:
Frown (Error)
Timestamp:
2018-08-01T20:03:12.2912593Z
Local Time:
2018-08-01T16:03:12.2912593-04:00
Session ID:
d8b9e5b7-2145-408b-9307-d823cf1a7662
Release:
July 2018
Product Version:
2.60.5169.4101 (18.07) (x64)
Error Message:
R script error.
Loading required package: scales
Loading required package: forecast
Loading required package: zoo
Attaching package: 'zoo'
The following objects are masked from 'package:base':
as.Date, as.Date.numeric
Error in plot.forecast(prediction, lwd = pointCex, col = alpha(pointsCol, :
could not find function "plot.forecast"
Execution halted
OS Version:
Microsoft Windows NT 10.0.17134.0 (x64 en-US)
CLR Version:
4.7 or later [Release Number = 461808]
Peak Virtual Memory:
37.8 GB
Private Memory:
274 MB
Peak Working Set:
372 MB
IE Version:
11.112.17134.0
User ID:
ab317fd6-b857-472d-9fcc-eded5eaf4762
Workbook Package Info:
1* - en-US, Query Groups: 0, fastCombine: Disabled, runBackgroundAnalysis: True.
Telemetry Enabled:
True
Model Default Mode:
Import
Snapshot Trace Logs:
C:\Users\winnocenti\Microsoft\Power BI Desktop Store App\FrownSnapShot668302347.zip
Performance Trace Logs:
C:\Users\winnocenti\Microsoft\Power BI Desktop Store App\PerformanceTraces.zip
Disabled Preview Features:
PBI_shapeMapVisualEnabled
PBI_EnableReportTheme
PBI_newFromWeb
PBI_SpanishLinguisticsEnabled
CustomConnectors
PBI_qnaExplore
PBI_variationUIChange
PBI_canvasTooltips
PBI_showIncrementalRefreshPolicy
PBI_compositeModels
PBI_DB2DQ
Disabled DirectQuery Options:
PBI_DirectQuery_Unrestricted
TreatHanaAsRelationalSource
Cloud:
GlobalCloud
DPI Scale:
100%
Supported Services:
Power BI
Formulas:
section Section1;
shared births_new = let
Source = Csv.Document(File.Contents("C:\Users\t-jacobm\Documents\births_new.csv"),[Delimiter=",", Columns=3, Encoding=1252, QuoteStyle=QuoteStyle.None]),
#"Promoted Headers" = Table.PromoteHeaders(Source),
#"Changed Type" = Table.TransformColumnTypes(#"Promoted Headers",{{"Country/Region", type text}, {"Calendar Month", type date}, {"Births", type number}})
in
#"Changed Type";
Getting this as an error when try to look at visual. Any help?
I am getting the same error. Did you find a way to resolve it?