Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
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.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!