top of page

SQL Server Analysis Services Tabular Data Models

Microsoft SQL Server 2012 brought to the data world a new version of Analysis Services. Complementing the traditional Multidimension model is the new Tabular Model.  It was designed to lower the bar to building and using data warehouses.  Using familiar modeling objects such as tables and relationships, the tabular model is accessible to many more professionals.  But that is the key phrase in this paragraph.  Professional.  Not power user, not data analyst.  Database Professional.

Not so many years ago data warehouses were expensive repositories of certain corporate data that involved long, expensive projects and big funding.

 

That has changed in the last few years with some of the new business intelligence technologies released by Microsoft and other vendors.  Now they are much more affordable and can be created much more quickly.

 

That still leaves the 3 big questions:

  • do you need a data warehouse?

  • what should it 'look like'?

  • should you create it yourself?

 

As with most technology decisions it requires some consulting and analysis to make the right decision.

As part of Microsoft self service BI efforts we now have more choices in data warehousing.  SQL Server 2012 brought a new type of analytical processing model known as the Tabular Model. This model is much more accessible to companies and the learning curve is less steep than the traditional Multidimensional Analysis Server.

 

The tabular data model is based on tables and relationships, just like a traditional OLTP system. However, they are presented to client reporting applications as cubes with measures, dimensions, calculated fields, perspectives, etc.

 

Many of Microsoft's client tools, such as Excel, Reporting Services and Power BI can use the tabular data model as a data source.  Excel PowerPivot can even create the model!

bottom of page