Book Image

MicroStrategy Quick Start Guide

By : Fernando Carlos Rivero Esqueda
Book Image

MicroStrategy Quick Start Guide

By: Fernando Carlos Rivero Esqueda

Overview of this book

MicroStrategy is an enterprise business intelligence application. It turns data into reports for making and executing key organization decisions. This book shows you how to implement Business Intelligence (BI) with MicroStrategy. It takes you from setting up and configuring MicroStrategy to security and administration. The book starts by detailing the different components of the MicroStrategy platform, and the key concepts of Metadata and Project Source. You will then install and configure MicroStrategy and lay down the foundations for building MicroStrategy BI solutions. By learning about objects and different object types, you will develop a strong understanding of the MicroStrategy Schema and Public Objects. With these MicroStrategy objects, you will enhance and scale your BI and Analytics solutions. Finally, you will learn about the administration, security, and monitoring of your BI solution.
Table of Contents (17 chapters)
Title Page
Copyright and Credits
Dedication
Packt Upsell
Foreword
Contributors
Preface
Index

Business calculations – Metrics


Metrics are Application Objects that serve to aggregate business measures into a certain business context.

The following is a quick reference table for this MicroStrategy Object:

The following diagram represents the logical definition of a Metric:

Where a Metric is the result of a function f (that can be SUM, COUNT, AVG, and so on) applied to a Fact (that can be any raw business measure, like revenue) that is aggregated to a level represented by an Attribute (that can be any business context or business dimension).

Note

The main difference between Facts and Metrics is that the former is a raw business measure whereas the second is aggregated using a function such as SUM, AVERAGE, and so on, and it is associated to a level or context (an Attribute/hierarchy). The function can also be applied to an Attribute to generate count-type Metrics.

Describing the types of Metrics

There are three main types of Metrics:

  • Simple Metrics: These Metrics follow the previous definition...