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
parzival1220
Frequent Visitor

New Column with Power Query

Hi there,

 

Apologies I'm a bit new to Power Query 😑. I'm trying to create a new column that will return a Y or an N depending on whether a date is greater than another date. Both date columns I want to use are in date/time format, but the second date does contain some 'null' values (see below). 

 

parzival1220_0-1686559772545.png

I need to account for these by stating 'not closed' or similar. I've had a go with a couple of scripts to get the datediff working but both give me syntax errors (see screenshot below):

 

1. SLA Breach = if ('EasyVista Incidents'[End Date] > 'EasyVista Incidents[SLA Target] , "true","false")

2. Table.AddColumn(#"EasyVista Incidents", "Custom", each if, [End Date] > [SLA Target] then true else false)

 

parzival1220_0-1686570685090.png

I'm just not quite sure what I;ve done wrong. Any help would be greatly appreciated, TIA 😀

1 ACCEPTED SOLUTION
Shubham_Tekade
Frequent Visitor

Hello @parzival1220 ,

Refer to below blog - https://goodly.co.in/if-function-power-query/

it will help you to fix your problem.

Thanks,

Shubham

 

View solution in original post

2 REPLIES 2
parzival1220
Frequent Visitor

Thanks very much @Shubham_Tekade. Solves the problem perfectly. 😀

Shubham_Tekade
Frequent Visitor

Hello @parzival1220 ,

Refer to below blog - https://goodly.co.in/if-function-power-query/

it will help you to fix your problem.

Thanks,

Shubham

 

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.