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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Compare dates and calculate %

Hi, 

I need to compare two dates (completion date & target date) and calculate a % of items that were completed within the set target date. 

My data looks like below : 

Item #Completion dateTarget Date
115/08/202020/08/2020
217/08/202015/08/2020
320/08/202020/08/2020
423/08/202020/08/2020

The data type for both the date columns is set to date. 

If the completion date is less than or equal to the target date, then display Met else Not met. Then calculate a % of the total items that met the SLA. 

To compare the two dates and return a value in a calculated column, I am using the 'IF' function, however, I get the following error

SLA = If(TestWorkFlow[ActualCompletionDate]< TestWorkFlow[TargetDate],"Met", "Not met")
 SLA.jpg

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , check data type of both columns it should be date and datetime

Also this should be column

SLA = If(TestWorkFlow[ActualCompletionDate]< TestWorkFlow[TargetDate],"Met", "Not met")

 

Also check for date form dd/mm/yyyy

https://community.powerbi.com/t5/Desktop/How-to-apply-UK-date-format-dd-mm-yyyy-in-Date-slicer/td-p/599712

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@Anonymous , check data type of both columns it should be date and datetime

Also this should be column

SLA = If(TestWorkFlow[ActualCompletionDate]< TestWorkFlow[TargetDate],"Met", "Not met")

 

Also check for date form dd/mm/yyyy

https://community.powerbi.com/t5/Desktop/How-to-apply-UK-date-format-dd-mm-yyyy-in-Date-slicer/td-p/599712

Anonymous
Not applicable

 @amitchandak  Thanks. It worked. I didn't check the field/data type for one of the dates that's what was causing the error.

Greg_Deckler
Super User
Super User

@Anonymous - I think you want something like Open Tickets - https://community.powerbi.com/t5/Quick-Measures-Gallery/Open-Tickets/m-p/409364#M147


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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