Open Side Menu
Skip to contentBrand Logo
Forums
Inspiration
Ideas
Communities
Blogs
Learning
Support
RegisterSign In
  1. Microsoft Fabric Community
  2. Power BI forums
  3. Galleries
  4. R Script Showcase
boefraty's avatar
boefraty
Microsoft Employee
9 years ago

ARIMA forecasting

ARIMA forecastin will soon be available as R-powered custom visual.   ARIMA modeling is the general class of models for forecasting a time series. ARIMA stands for an Autoregressive Integrated M...
forecast_ARIMA_ShowCase.pbix883 KB
ScriptInstallPackagesWithWorkaroundsARIMA.R1 KB
Advanced Analytics Visualizations
General R Visualizations
Anonymous's avatar
Anonymous
Not applicable
8 years ago

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?

Anonymous's avatar
Anonymous
Not applicable
6 years ago

I am getting the same error. Did you find a way to resolve it?

  • © 2026 Microsoft
  • Manage cookies
  • Privacy & cookies
  • Terms of use
  • Trademarks
Your Privacy Choices Consumer Health Privacy