70-466 · Question #35
You are developing a SQL Server Analysis Services (SSAS) tabular project that will be used by the finance, sales, and marketing teams. The sales team reports that the model is too complex and difficul
The correct answer is B. Hide the non-sales columns from the client tools.. Hiding non-sales columns from client tools directly reduces model complexity for the sales team with minimal development effort by removing irrelevant objects from their client view.
Question
Options
- ACreate a separate tabular model for each team.
- BHide the non-sales columns from the client tools.
- CCreate a security role for the sales team.
- DCreate a perspective for the sales team.
How the community answered
(29 responses)- A17% (5)
- B72% (21)
- C7% (2)
- D3% (1)
Why each option
Hiding non-sales columns from client tools directly reduces model complexity for the sales team with minimal development effort by removing irrelevant objects from their client view.
Creating a separate tabular model for each team significantly multiplies development, deployment, and maintenance effort, which contradicts the requirement to minimize development and administrative work.
Setting the 'Hide from Client Tools' property on non-sales tables and columns in SSAS Tabular is a simple, low-effort administrative action that immediately reduces the structural complexity visible to the sales team. This approach requires no additional model artifacts such as perspectives, roles, or separate deployments, thereby minimizing both development time and ongoing administrative overhead.
Security roles in SSAS Tabular are designed to enforce row-level data security and restrict which data rows a user can see, not to simplify or filter the structural visibility of model objects for usability purposes.
Creating a perspective requires defining and maintaining an additional model object that enumerates the subset of tables and columns to expose, introducing more development and administrative overhead than directly hiding individual non-sales objects.
Concept tested: SSAS Tabular simplifying model visibility for specific user groups
Source: https://learn.microsoft.com/en-us/analysis-services/tabular-models/hide-or-freeze-columns-ssas-tabular
Topics
Community Discussion
No community discussion yet for this question.