Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
S_M_
Frequent Visitor

Custom Column Help

Hi,

 

Please help me with what am I missing here in the formula.

Appreciate any help!

S_M__0-1644874561145.png

 

1 ACCEPTED SOLUTION
AlexisOlson
Super User
Super User

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]

View solution in original post

1 REPLY 1
AlexisOlson
Super User
Super User

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]

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.