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

formula to convert null to zero

 I have created a custom column that subtracts two dates (Completed Date - Due Date), to give a whole number. 

 

I would also like to add to this custom colum a conversion that changes all the negative numbers to zero, i.e. everything appears as a zero unless the item was completed past its due date. 

 

Can anyone give some pointers on how I might achieve this?

 

 

 

1 ACCEPTED SOLUTION
Interkoubess
Solution Sage
Solution Sage

Hi @islandtime,

 

Please try this formula :

 

 
=if (Due Date>Completed Date ,0,Completed Date -Due Date)

Hope it helps...

 

Ninter

View solution in original post

1 REPLY 1
Interkoubess
Solution Sage
Solution Sage

Hi @islandtime,

 

Please try this formula :

 

 
=if (Due Date>Completed Date ,0,Completed Date -Due Date)

Hope it helps...

 

Ninter

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors