| After processing dimension some of the attribute members are missing even I know they were read |
| Written by Vidas Matelis | |||
| Friday, 30 March 2007 16:38 | |||
|
Q: After processing dimension some of the attribute members are missing even I know they were read by SSAS. A: There are few reasons why you think that SSAS does not load all attribute members after processing. First you have to make sure that members are not dropped during the load into SSAS. Example, if you have inner joins to other tables, it could be case that inner joins fillters our some members. Test query that is submitted by SSAS to source DB. If you are sure that SSAS is reading members, but they do not appear, then check if some of the member keys are duplicates. Duplicate keys will make just one record to appear in SSAS dimension member list. It is quite seldom that dimension key attribute will have this problem, as in most designs key attribute is primary key on the table. But for regular attribute this can happen quite often. Example
If you load above example data into date dimension, you will endup just January or(!) Jaanuary member for key 200701
---------------------------
|
Tags: design, faq, process
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?
- MDX-How do you format or round KPI expression value?
- Analysis Services 2005 error: Errors in the metadata manager. The attribute with ID of ., Name of . refer
- 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
- MDX-How can I setup default dimension member in cube calculation script?
- How to calculate YTD monthly average and compare it over several years for the same selected month
- In an MDX query how can I get the top 3 sales years based on the order quantity?
- How in SSAS 2005 do you create what is used to be "Member Properties" in Analysis Services 2000




