Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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?
Solved! Go to Solution.
Hi @islandtime,
Please try this formula :
=if (Due Date>Completed Date ,0,Completed Date -Due Date)
Hope it helps...
Ninter
Hi @islandtime,
Please try this formula :
=if (Due Date>Completed Date ,0,Completed Date -Due Date)
Hope it helps...
Ninter