Microsoft
70-466 · Question #155
You have three databases named DB1. DB1 contains three tables named FactSales, DimCustomer, and DimEmployee. A sample from DimEmployee is shown in the following table: EmployeeID | Name | Title | Mana
To resolve the issues, configure the following properties: 1. Set the HideMemberIf property for State to: Never 2. Set the HideMemberIf property for City to: Never 3. Set the MembersWithData property for EmployeeID to: NonLeafDataHidden
Build an analysis services database
Question
You have three databases named DB1. DB1 contains three tables named FactSales, DimCustomer, and DimEmployee. A sample from DimEmployee is shown in the following table:
A sample from DimCustomer is shown in the following table:
A sample from FactSales is shown in the following table:
You create a cube named Sales that uses the three tables. FactSales is used as a fact table, DimCustomer is used to create a dimension named Customer, and DimEmployee is used to create a dimension named Employee. Users report the following issues:
| EmployeeID | Name | Title | Managers |
|---|---|---|---|
| 1 | Kim Abercrombie | CEO | Not applicable |
| 20 | Brad Sutton | Sales Manager | 1 |
| 31 | Don Funk | Sales Supervisor | 20 |
| 123 | Diane Margheim | Sales Associate | 31 |
| CustomerID | Name | City | State | Country |
|---|---|---|---|---|
| 1 | Contoso, Ltd. | Miami | FL | United States |
| 2 | Adventure Works | Montreal | QC | Canada |
| 3 | Woodgrove Bank | London | United Kingdom |
| ID | Customer | Employee | Date | Amount |
|---|---|---|---|---|
| 21 | 1 | 20 | 1/1/2012 | 2345.67 |
| 27 | 2 | 123 | 1/1/2012 | 23254.45 |
| 34 | 3 | 31 | 1/2/2012 | 43543.56 |
- When browsing the Customer dimension, the users see a blank member in the state hierarchy under United Kingdom.
- When browsing the Employee dimension, the sales data for Sales Managers and Sales Supervisors is NOT displayed.
Explanation
To resolve the issues, configure the following properties:
- Set the HideMemberIf property for State to: Never
- Set the HideMemberIf property for City to: Never
- Set the MembersWithData property for EmployeeID to: NonLeafDataHidden
Topics
#UnknownMember#NullProcessing#parent-child hierarchy#dimension attribute properties
Community Discussion
No community discussion yet for this question.