Adding a calculated column

Calculated columns serve many purposes but are usually used to combine values from multiple columns or derive a new value from another column. We don't normally aggregate values or perform complex business logic in the same way that we would in a measure. The key concept is that calculated column logic is applied to each row in a table. Keep in mind that this can also add storage and memory overhead.

Getting ready

If you're working through the instructions in this chapter from start to finish, you should be in the right place to continue with the next step. Get in the habit of saving your work often. If you have the project open and you're looking at the model designer, just click on the Save All icon on the toolbar that ...

Get SQL Server Analysis Services 2012 Cube Development Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.