Site icon Paul Turley's SQL Server BI Blog

Taking the Tabular Journey

A Getting-Started and Survival Guide for planning, designing and building Tabular Semantic Models with Microsoft SQL Server 2012 Analysis Services.

by Paul Turley

This post will be unique in that it will be a living document that will be updated and expanded over time.  I will also post-as-I-go on the site about other things but this particular post will live for a while.  I have a lot of good intentions – I know that about myself and I also know that the best way to get something done is to get it started – especially if I’m too busy with work and projects.  If it’s important, the “completing” part can happen later.  In the case of this post, I’ll take care of building it as I go, topic by topic.  Heck, maybe it will never be “finished” but then are we ever really done with IT business solutions?  I have been intending to get started on this topic for quite some time but in my very busy project schedule lately, didn’t have a concise message for a post – but I do have a lot to say about creating and using tabular models.

I’ve added some place-holder topic headers for some things that are on my mind.  This list is inspired by a lot of the questions my consulting customers, students, IT staff members and business users have asked me on a regular basis.  This will motivate me to come back and finish them and for you to come back and read them.  I hope that you will post comments about your burning questions, issues and ideas for related topics to cover in this living post about tabular model design practices and recommendations.

 

Why Tabular?

SQL Server Analysis Services is a solid and mature platform that now serves as the foundation for two different implementations.  Multidimensional models are especially suited for large volumes of dimensionally-structured data that have additive measure values that sum-up along related dimensional attributes & hierarchies.  

By design, tabular architecture is more flexible than multidimensional in a number of scenarios.  Tabular also works well with dimensional data structures but also works well in cases where the structure of the data doesn’t resemble a traditional star or snowflake of fact and dimension tables.  When I started using PowerPivot and tabular SSAS projects, I insisted on transforming data into star schemas like I’ve always done before building a cube.  In many cases, I still do because it’s easier to design a predictable model that performs well and is easy for users to navigate.  A dimensional model has order and disciple however, the data is not always shaped this way and it can take a lot of effort to force it into that structure.

Tabular is fast for not only additive, hierarchal structured data but in many cases, it works well with normalized and flattened data as long as all the data fits into memory and the model is designed to support simple relationships and calculations that take advantage of the function engine and VertiPaq compression and query engine.  It’s actually pretty easy to make tabular do silly, inefficient things but it’s also not very hard to make it work really well, either.

James Serra has done a nice job of summarizing the differences between the two choices and highlighted the strengths and comparative weaknesses of each in his April 4 blog post titled SQL Server 2012: Multidimensional vs Tabular.  James points out that tabular models can be faster and easier to design and deploy, and that they concisely perform well without giving them a lot of extra attention for tuning and optimization.  Honestly, there isn’t that much to maintain and a lot of the tricks we use to make cubes perform better (like measure group partitioning, aggregation design, strategic aggregation storage, usage-base optimization, proactive caching and cache-warming queries) are simply unnecessary. Most of these options don’t really exist in the tabular world.  We do have partitions in tabular models but they’re really just for ease of design.

 

What About Multidimensional – Will Tabular Replace It?

The fact is the multidimensional databases (which most casual SSAS users refer to as “cubes”) will be supported for years to come.  The base architecture for SSAS OLAP/UDM/Multidimensional is about 13 years old since Microsoft originally acquired a product code base from Panorama and then went on to enhance and then rewrite the engine over the years as it has matured.  In the view of many industry professionals, this is still the more complete and feature-rich product.

Both multi and tabular have some strengths and weaknesses today and one is not clearly superior to the other.  In many cases, tabular performs better and models are more simple to design and use but the platform is lacking equivalent commands and advanced capabilities.  In the near future, the tabular product may inherit all of the features of its predecessor and the choice may become more clear; or, perhaps a hybrid product will emerge.

 

Isn’t a Tabular Model Just Another Name for a Cube?

No.  …um, Yes.  …well, sort of.  Here’s the thing:  The term “cube” has become a defacto term used by many to describe the general concept of a semantic model.  Technically, the term “cube” defines a multidimensional structure that stores data in hierarchies of multi-level attributes and pre-calculated aggregate measure values at the intersect points between all those dimensions and at strategic points between many of the level members in-between.  It’s a cool concept and an an even cooler technology but most people who aren’t close to this product don’t understand all that.  Users just know that it works somehow but they’re often confused by some of the fine points… like the difference between hierarchies and levels.  One has an All member and one doesn’t but they both have all the other members.  It makes sense when you understand the architecture but it’s just weird behavior for those who don’t.

Since the tabular semantic model is actually Analysis Services with a single definition of object metadata, certain client tools will continue to treat the model as a cube, even though it technically isn’t.  A tabular Analysis Services database contains some tables that serve the same purpose as measure groups in multidimensional semantic models.  The rest of the tables are exposed as dimensions in the same way that cube dimensions exists in multidimensional.  If a table in a tabular model includes both measures and attribute fields, in certain client tools like Excel, it will show up twice in the model; once as a measure group table and once as a dimension table.

(more to come)

 

Tabular Model Design: The Good, the Bad, the Ugly & the Beautiful

As is typical for a newer product, the model designer usability isn’t perfect and there’s a lot to consider before trading up from a technology that’s been around for a long time.  This posts summarizes all that is good, not so good and beautiful about the next generation of SSAS tabular; in-memory, BI semantic models.

 Preparing Data for a Tabular Model

I’ve taught a few PowerPivot training sessions to groups of business users (now, remember that Tabular SSAS is really just the scaled-up version of PowerPivot.)  Admittedly I’m more accustomed to working with IT professionals and when I teach or work with users, I have to throttle my tendency to go deep and talk about technical concepts.  In these classes, I find myself restating the same things I’ve heard in conference presentations and marketing demos about PowerPivot data sources, like “you can import just about anything into PowerPivot”.  As I read the bullet points and articulate the points on the presentation slides to these users, I have this nagging voice in the back of my mind.  I’ve spent many years of my career unraveling the monstrosities that users have created in Access, Excel & Visual Basic.

 

Whether stated or implied, there is a common belief that a PowerPivot solution doesn’t require the same level of effort to transform, prepare and cleanse data before it gets imported into a data model.  For many years, we’ve been telling these users that it will take a serious effort, at significant cost, to prepare and transform data before we can put it into a data mart or cube for their consumption.  In a typical BI solution, we usually burn 70-80% of our resource hours and budget on the ETL portion of the project.  Now, using the same data sources, users are being told that they can do the same thing themselves using PowerPivot!

 

Data Modeling 101 for Tabular Models

One of the things that I really enjoy about building tabular models is that I can have my data in multiple structures and it still works.  If the data is in a traditional BI “Kimball-style” Star schema, it works really well.  If the data is normalized as it would be in a typical transactional-style database, it still works.  Even if I have tables that are of a hybrid design; with some characteristics of both normalized and dimensional models, it all works beautifully.

Here’s the catch; one of the reasons we build dimensional data model is because they are simple and predictable.  It’s really easy to get lost in a complex data structure and when you start combining data form multiple source systems, that’s where you’re likely to end up.  Getting business data into a structure that is intuitive, that behaves correctly and gives reliable results can be a lot of work so be cautious.  Just because a tabular model can work with different data structures doesn’t that you don’t need to prepare your data, clean it up and organize it before building the semantic model.

The classic star schema is one of the most effective ways to organize data for analysis.  Rather than organizing all data elements into separate tables according to the rules of normal form, we consolidate all the measures that are related to common dimensional attributes and with a common grain (or aggregation level), into a fact table.  The dimensional attributes are stored in separate dimension tables – one table per unique business entity, along with related attributes.  Any group of measures not related to the same set of dimensions at the same level would be stored in their own fact table. In the example, Invoice measures that are related to stores and customers, recorded every quarter are in one fact table.  The sales debit records for customers and stores that are recorded daily go in a different fact table.  The account adjustments don’t record the store key but they are uniquely related to accounting ledger entries stored in the ledger table.  Note the direction of the arrows showing that facts are related to lookup values in the dimension tables.

Exhibit 1 – A Fully conformed Star Schema

 

If you can pound your data into the shape or a star schema and this meets your requirements; this is what I usually recommend.  It’s a simple and predictable method to organize data in a well-defined structure.  Now, let’s look a variation of this approach that has characteristics of both the star schema and normalized form.  We’ll call this a “hybrid” model.

The following hybrid schema contains two fact tables in a master/detail relationship.  The cardinality of the Invoice and LineItem tables is one-to-many where one invoice can have multiple line items.  This would be considered a normalized relationship with the InvoiceID primary key related to the an InvoiceID foreign key in the LineItem table.

The Invoice table contains a numeric measure called Invoice Amount that can be aggregated by different dimensional attributes.  Those attributes, such as Store Name, Customer Name or any of the calendar date units in the Dates table that are organized into a natural hierarchy (with levels Year, Month and Date).  To facilitate this, the invoice table is related to three different dimension tables: Stores, Customers and Dates.  Each of the dimension tables has a primary key related to corresponding foreign keys in the fact table.  The LineItem table also numeric measures and is related to the Products table, also a dimension table.

 

Exhibit 2 – A Hybrid Star / Master-Detail Schema

This semantic model supports two levels of aggregation with respect to the Invoice and LineItem records.  If I were to browse this model in an Excel Pivot Table and put all the stores on rows, I could aggregate the Invoice Amount and see the sum of all Invoice Amount values for each store

 

 

<< need pivot table graphic here >>

 

Are There Rules for Tabular Model Design?

Oh, absolutely.  Tabular SSAS and PowerPivot allow you to work with data is a variety of formats – structured & unstructured, dimensional & normalized.  You have a lot of flexibility but there are rules that govern the behavior and characteristics of data.  If you don’t follow the rules, your data may not meet your requirements in the most cost-effective way. 

This reminds me of an experience when I started high school. 

 

Rule #1: Model the data source

Rule #2: Cleanse data at the source

Rule #3:

 

Tabular Model Design Checklist

 

What’s the Difference Between Calculated Columns & Measures?

 

What are the Naming Conventions for Tabular Model Objects?

 

What’s the Difference Between PowerPivot and Tabular Models?

 

How to Promote a Business-created PowerPivot Model to an IT-managed SSAS Tabular Model

 

Getting Started with DAX Calculations

 

DAX: Essential Concepts

 

DAX: Some of the Most Useful Functions

 

DAX: Some of the Most Interesting Functions

 

Using DAX to Solve real-World Business Scenarios

 

Do I Write MDX or DAX Queries to Report on Tabular Data?

 

Can I Use Reporting Services with Tabular & PowerPivot Models?

 

Do We Need to Have SharePoint to Use Tabular Models?

 

What Do You Teach Non-technical Business Users About PowerPivot and Tabular Models?

 

What’s the Best IT Tool for Reporting on Tabular Models?

 

What’s the Best Business User Tool for Browsing & Analyzing Business Data with Tabular Models?

 

Survival Tips for Using the Tabular Model Design Environment

 

How Do You Design a Tabular Model for a Large Volume of Data?

 

How Do You Secure a Tabular Model?

 

How to Deploy and Manage a Tabular Model SSAS Database

 

Tabular Model Common Errors and Remedies

 

Tabular Model, Workspace and Database Recovery Techniques

 

Scripting Tabular Model Measures

 

Simplifying and Automating Tabular Model Design Tasks

 

Tuning and Optimizing a Tabular Model

How do you tune a tabular model?  You don’t. 

You can prevent performance and usability problems through proper design.

Exit mobile version