70-466 · Question #13
You are developing a SQL Server Analysis Services (SSAS) tabular project. A model contains tables and columns that must not be visible to the user. The columns and tables cannot be removed because the
The correct answer is C. Before adding the forecast calculations to the model, right-click the applicable tables and columns and select the Hide from Client Tools option.. This question tests how to hide tables and columns in an SSAS tabular model while keeping them usable in calculations. The 'Hide from Client Tools' option is the correct mechanism.
Question
Options
- AAfter adding the budget calculations to the model, in the Properties window for the applicable tables and columns, set the Enabled property to False.
- BBefore adding the forecast calculations to the model, right-click the applicable tables and columns and select the Hide option.
- CBefore adding the forecast calculations to the model, right-click the applicable tables and columns and select the Hide from Client Tools option.
- DAfter adding the budget calculations to the model, in the Properties window for the applicable tables and columns, set the Visible property to True.
How the community answered
(43 responses)- A5% (2)
- B2% (1)
- C91% (39)
- D2% (1)
Why each option
This question tests how to hide tables and columns in an SSAS tabular model while keeping them usable in calculations. The 'Hide from Client Tools' option is the correct mechanism.
There is no 'Enabled' property on tables or columns in SSAS tabular models that controls client-side visibility; this property does not exist for this purpose.
The plain 'Hide' option in SSDT removes the object from the model designer view entirely and does not specifically target client tool visibility while preserving calculation references.
The 'Hide from Client Tools' option marks tables and columns as invisible in client applications like Power View and Excel, while still allowing them to be referenced by DAX measures and calculated columns. Applying this setting before adding the forecast calculations ensures the hidden items remain available for computation but are not exposed to end users browsing the model.
Setting the Visible property to True makes the table or column visible to client tools, which is the opposite of the requirement.
Concept tested: Hiding SSAS tabular model objects from client tools
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.