Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Getting Started with SQL Server 2012 Cube Development

You're reading from   Getting Started with SQL Server 2012 Cube Development Learn to develop and query Analysis Services cubes and models, with a practical, step-by-step approach with this book and ebook

Arrow left icon
Product type Paperback
Published in Sep 2013
Publisher Packt
ISBN-13 9781849689502
Length 288 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Author (1):
Arrow left icon
Simon Lidberg Simon Lidberg
Author Profile Icon Simon Lidberg
Simon Lidberg
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Getting Started with SQL Server 2012 Cube Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Self-service Business Intelligence, Creating Value from Data FREE CHAPTER 2. Installing SSAS and Preparing for Cube Development 3. Creating Your First Multidimensional Cube 4. Deploying and Processing Cubes 5. Querying Your Cube 6. Adding Functionality to Your Cube 7. Securing Your Cube Project 8. Using Aggregations to Performance Optimize a Cube 9. In-memory, the Future 10. Cubes in the Larger Context Index

KPIs


You can also specify KPI calculations in tabular models. To create a KPI, perform the follow steps:

  1. Click on the FactInternetSales tab.

  2. Click on any of the empty cells in the Measure Grid.

  3. Type the following formula to create a measure that will contain the KPI target:

    SalesAmountKPITarget:=[Previous Year SalesAmount] * 1.4
  4. Click on the Sum of SalesAmount measure.

  5. Then click on the Create KPI button.

  6. Specify that SalesAmountKPITarget is the target for the KPI:

  7. Click on OK to create the new KPI.

Something that may not be obvious when first creating KPIs is that you can specify how the thresholds should behave. By default, it shows green on the highest and red on the lowest; however, you can click on the bands below Target to change if you, for example, would like to create a KPI that shows green when it is closer to the target.

After creating the KPI, you have to test your newly created KPI. You have a feature in SQL Server Data Tools that allows you to directly connect to the temporary model...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image