Microsoft
70-466 · Question #34
70-466 Question #34: Real Exam Question with Answer & Explanation
Sign in or unlock 70-466 to reveal the answer and full explanation for question #34. The question stem and answer options stay visible for context.
Build a tabular data model
Question
You are developing a SQL Server Analysis Services (SSAS) tabular project. A column named City must be added to the table named Customer. The column will be used in the definition of a hierarchy. The City column exists in the Geography table that is related to the Customer table. You need to add the City column to the Customer table. How should you write the calculation?
Options
- ACity:=RELATEDTABLE (Geography)
- BCity:=RELATED (Geography[City])
- CCity:=Geography[City]
- DCity:=Geography![City]
- ECity:=RELATED (Geography[City])
- FCity:=RELATEDTABLE (Geography)
Unlock 70-466 to see the answer
You've previewed enough free 70-466 questions. Unlock 70-466 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#DAX#RELATED function#calculated columns#table relationships