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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Maz_0102
Helper I
Helper I

IF Function on dates to change status

Hi

 

I am trying to create a column using the below if fuction

 

however i cant get the rows set to in progress

 

if the due date > today's date i want it returned to "In Progress"

 

Am i doing the formula wrong?

 

Column = IF('PPM''s'[Open Days from/to Due Date Status]="Complete",IF('PPM''s'[Job_Finish_Date]>'PPM''s'[Job_Due_Date],"Complete - Late",IF('PPM''s'[Job_Finish_Date]<='PPM''s'[Job_Due_Date],"Complete - On Time",IF('PPM''s'[Job_Due_Date] > 'PPM''s'[Today's date],"In Progress",""))))
1 REPLY 1
ManguilibeKAO
Resolver I
Resolver I

Hi,

 

Could we have input data (or at least four or five rows in the input), and the output you want?

 

Best regards.

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.

Top Solution Authors