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 August 31st. Request your voucher.
Hi,
Please help me with what am I missing here in the formula.
Appreciate any help!
Solved! Go to Solution.
M is case-sensitive and doesn't use END.
Try this (assuming your column names have the correct case):
if [Project Status] = "Completed" and [COMPLETION_DATE] <> ""
then [COMPLETION_DATE]
else [CONTRACT_PENDING_DATE]
M is case-sensitive and doesn't use END.
Try this (assuming your column names have the correct case):
if [Project Status] = "Completed" and [COMPLETION_DATE] <> ""
then [COMPLETION_DATE]
else [CONTRACT_PENDING_DATE]