The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi Experts
cannot see where i have made my error - with the following dax
Solved! Go to Solution.
hi, @Anonymous
try below
IF(
'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
hi, @Anonymous
try below
IF(
'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