Sharon
Microsoft Employee
10 years agoForecasting
Description
Forecasting is used to predict next points in time series data sets. The prediction in this example is based on trend and seasonality.
Prerequisites (The sample .pbix file...
boefraty
Microsoft Employee
9 years agoYou didn't call "pbiviz new" command, instead you are updating the existing one. So you'll need to do two things:
1) change "guid" field inside "pbiviz.json" to be different string
2) call "pbiviz package" command from command line ( inside the folder of visual)
See more here
https://github.com/Microsoft/PowerBI-visuals/tree/master/RVisualTutorial
thefal
9 years agoFrequent Visitor
Hi,
I am fairly new to Power BI and don't know a lot about R scripting yet. I downloaded the file, but it gives me an error in the left visual: there is no package called 'scales'. I also downloaded the R script that I assume installs these packages. But how do I run the script to create them?
I am using C:\Program Files\Microsoft\MRO-3.3.2 as my home directory and Visual Studio 2015 as my R IDE.