- MicroStrategy - OLAP Services
- MicroStrategy - Importing Data
- MicroStrategy - Architecture
- MicroStrategy - Desktop
- MicroStrategy - Environment Setup
- MicroStrategy - Overview
- MicroStrategy - Home
MicroStrategy Objects
- MicroStrategy - Report Objects
- MicroStrategy - Schema Objects
- MicroStrategy - Public Objects
- Configuration Objects
MicroStrategy Basic Reporting
- MicroStrategy - Nested Metrics
- MicroStrategy - Creating Metrics
- MicroStrategy - Rollup
- MicroStrategy - Drilldown
- MicroStrategy - Pivoting
- MicroStrategy - Dicing
- MicroStrategy - Slicing
- MicroStrategy - Report Types
MicroStrategy Advanced Reporting
- MicroStrategy - Intelligent Cubes
- MicroStrategy - Refreshing Reports
- Shortcut & Embedded Filters
- MicroStrategy - Advanced Filters
- MicroStrategy - Creating Filters
- MicroStrategy - Metric Comparison
- Creating Derived Metrics
MicroStrategy Dashboards
- MicroStrategy - Adding Web Content
- Filtering Data in Dashboard
- Visualization with Multiple Datasets
- MicroStrategy - N/W Visualization
- Heat Map Visualization
- MicroStrategy - Grid Visualizations
- MicroStrategy - Graph Visualizations
- Formatting a Dashboard
- Creating a Dashboard
MicroStrategy Office
- MicroStrategy - Predictive Models
- MicroStrategy - Data Marts
- MicroStrategy - Report Cache Flow
- MicroStrategy - Custom Groups
- Conditional Formatting
MicroStrategy Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
MicroStrategy - Creating Metrics
Metrics in MicroStrategy are the calculations performed on data. They are the derived columns which show results such as sum or average of some numeric values of a column in source data.
They are useful in creating custom calculations required by business. Creation of a metric involves using the in-built functions already available in MicroStrategy. The formula editor is used to create the formula for a metric.
Example
In this example, we aim to find the average sales for each sub-category under every category from the sales data. This can be done by creating a metric which uses the Avg Function to find the average sales. The steps to create and use this metric is as follows.
Step 1
Create a report with Category and sub-category as its two columns. Next, right cpck anywhere under the data source tab and near any of the measure fields. A pop-up appears which shows the create metric option.
![Metric 1](/microstrategy/images/metric_1.jpg)
Step 2
In the Metric editor, write the formula for the average sales. Save the metric by giving it a name, say “AvgSales”.
![Metric 2 Dialogue](/microstrategy/images/metric_2_dialogue.jpg)
Step 3
Now, the metric AvgSales appears under the Dashboard Data as a measure. It can be dragged to the metric filed and then appears in the report.
![Metric 3 Final](/microstrategy/images/metric_3_final.jpg)