| How in SSAS 2005 do you create what is used to be "Member Properties" in Analysis Services 2000 |
| Written by Vidas Matelis | |||
| Sunday, 22 April 2007 15:18 | |||
|
Q: How in SSAS 2005 do you create what is used to be "Member Properties" in Analysis Services 2000? A: Lets say you want to create member property "Color" for dimension Product attribute SKU.
Now attribute "Color" will not appear in dimension "Product" attribute list, but you will be able to show it as property in many client tools. In SSAS 2005 when you create relationship between attributes, you kind of defining attribute properties. When [State-Province] attribute is related to [Country] attribute in Geography dimension, you can write a query using [State-Province] attribute and return it with [Country] attribute as a dimension property. It depends on your front-end application how returned member property is showed. Here is a query on Adventure Works datamart:
When you execute this query in Microsoft SQL Server Management Studio, results will look like this:
In Microsoft SQL Server Management Studio you have to click on province name to see properties for that state. The same query in Reporting Services will return following:
Another way to access related attributes is by using Properties function. Here is example:
In the result from query above country will be
|
Most read
- How to install Adventure Works SQL DW and Analysis Services 2005/2008 sample database and project
- MDX-How can I get Last (Previous) Year to Date (YTD) values?
- Analysis Services 2005 error: Errors in the metadata manager. The attribute with ID of ., Name of . refer
- MDX-How do you format or round KPI expression value?
- MDX-How do you calculate monthly average of one year, optionally including empty months?
Top Rated
- How to install Adventure Works SQL DW and Analysis Services 2005/2008 sample database and project
- Analysis Services 2005 XMLA script to add/drop existing partition aggregate
- Why In Reporting Services MDX query disappears after leaving "Data" tab.
- When accessing calculation tab in BIDS I am getting error Unexpected error occurred
- In an MDX query how can I get the top 3 sales years based on the order quantity?
- What TCP port SQL Server Analysis Services 2005 uses
- How to calculate YTD monthly average and compare it over several years for the same selected month
- Analysis Services 2005 error: Errors in the metadata manager. The attribute with ID of ., Name of . refer




