Додати до Chrome
✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
What does the & operator do in DAX?Full Name = Customer[FirstName] & " " & Customer[LastName]
Full Name = Customer[FirstName] & " " & Customer[LastName]
Performs logical AND operation, although it sounds technically credible, it does not align with how DAX functions propagate context in this scenario.
Concatenates (joins) text values together
A function behavior that would be correct only if filter context were removed, which is not the condition defined in this question
Compares two values, although it sounds technically credible, it does not align with how DAX functions propagate context in this scenario.
Adds numbers together, however, this wording confuses row context, filter context, or evaluation timing and therefore misses the exact DAX behavior being tested.
Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!