SQL Server 2014 Analysis Services
SQL Server 2014 Analysis Services is an analytical data engine used in decision support and business intelligence (BI) solutions, providing the analytical data for business reports and client applications such as Excel, Reporting Services reports, and other third-party BI tools.
About SQL Server Analysis Services documentation
Documentation is separated by version. You are currently in SQL Server 2014 Analysis Services documentation.
- To learn more about SQL Server 2012 and earlier, see SQL Server previous versions documentation.
- To learn more about SQL Server 2014, see Books Online for SQL Server 2014
- To learn more about SQL Server 2016 and later, see Analysis Services documentation.
- To learn more about Azure Analysis Services, see Azure Analysis Services Documentation.
Analysis Services workflow
A typical workflow includes building an OLAP or tabular data model, deploy the model as a database to a server instance, process the database to load it with data, and then assign permissions to allow data access. When it's ready to go, this multi-purpose data model can be accessed by any client application supporting Analysis Services as a data source.
To create a model, use SQL Server Data Tools (see Tools and applications used in Analysis Services), choosing either a Tabular or Multidimensional and Data Mining project template. The project template contains folders for all of the objects needed in a model. You can use wizards to create all of the basic elements, such as data sources, data source views, dimensions, cubes, and roles.
Models are populated with data from external data systems, usually data warehouses hosted on a SQL Server or Oracle relational database engine (Tabular models support additional data source types). Models specify query objects, such as cubes, but also specify dimensions that can be used in multiple cubes, calculations and KPIs that encapsulate business logic, and interactions such as navigation and drill-through behaviors.
To use a model, it's deployed to a server instance that runs databases in a particular server mode, making the data available to authorized users who connect through Excel or other applications.
You can install an instance in one of three server modes:
As a Tabular instance, running Tabular models.
As a Multidimensional and Data Mining instance, running OLAP cubes and data mining models (this is the default).
As PowerPivot for SharePoint, running PowerPivot and Excel data models in SharePoint (PowerPivot for SharePoint is a middle-tier data engine that loads, queries, and refreshes data models hosted in SharePoint).
Same data engine; three different ways to use it. Note that server modes are set during installation and cannot be changed later. You should install a new instance if you require a different mode.
Foundational documentation for Analysis Services is organized into sections that correspond to the type of project you are building. Choose from the following links to learn more about each mode or feature area.
Browse Content by Area
Comparing Tabular and Multidimensional Solutions (SSAS)
Analysis Services Instance Management
Tabular Modeling (SSAS Tabular)
Multidimensional Modeling (SSAS)
PowerPivot for SharePoint (SSAS)
Note
Analysis Services features vary by edition. Multidimensional and data mining models are available in standard edition, but with fewer features than higher editions. Tabular models and PowerPivot for SharePoint are premium features and are not available in a standard edition license. For more information, see Features Supported by the Editions of SQL Server 2014.
See Also
Analysis Services Tutorials (SSAS)
Installation for SQL Server 2014
Developer's Guide (Analysis Services)
SQL Server Resource Center
SQLCat.com