INF: How to Create a Derived Measure Instead of a Calculated Member (304341)
The information in this article applies to:
- Microsoft SQL Server OLAP Services 7.0
- Microsoft SQL Server 2000 Analysis Services
This article was previously published under Q304341 SUMMARY
SQL Server Books Online states that a calculated member is a dimension member whose value is calculated at run-time by using the expression specified. Only the definitions for calculated members are stored and values are calculated in memory when needed to answer a query.
In some cases, you can create a "derived" measure that is directly based on source data columns to improve query performance. Unlike calculated members, a "derived" measure is calculated during cube processing and is stored in Analysis Services.
This article shows you how to create a "derived" measure named Profit_Derived to replace the existing calculated member Profit of cube Sales in the FoodMart 2000 sample database.
Modification Type: | Major | Last Reviewed: | 6/25/2004 |
---|
Keywords: | kbinfo KB304341 |
---|
|