Forum Discussion
Anonymous
2 years agoNot applicable
Nested If DAX error in calculated column
Hi Experts
cannot see where i have made my error - with the following dax
New = IF('Master Call Quality Table'[Form Component Title] = "Experience", [Answer Title] ||
IF('Master Call Quality Table'[Form Component Title] = "Contact Medium", [Answer Title], BLANK()))
hi, Anonymous
try belowIF( 'Master Call Quality Table'[Form Component Title] = "Experience" || 'Master Call Quality Table'[Form Component Title] = "Contact Medium", [Answer Title], BLANK() )If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
1 Reply
- Dangar332Resident Rockstar
hi, Anonymous
try belowIF( 'Master Call Quality Table'[Form Component Title] = "Experience" || 'Master Call Quality Table'[Form Component Title] = "Contact Medium", [Answer Title], BLANK() )If this post helps, then please consider Accept it as the solution to help the other members find it more quickly