Forum Discussion
Anonymous
8 years agoNot applicable
Calculate Task Completion and Display the message "Completed".
Above screen shot. Created new column with ..... Days Left or OverDue = 'XXX'[Actual Due Date]-TODAY() ..... to calculate the days left or overdue. But some tasks alrea...
- 8 years ago
Hi Anonymous,
Since the [Completion %] doesn't have a total value, please try the formula below.
Days Left or OverDue = VAR days = DATEDIFF ( MIN ( [Actual Due Date] ), TODAY (), DAY ) RETURN IF ( ISBLANK ( [Completion %] ), BLANK (), IF ( [Completion %] = 1, "Completed", IF ( days > 0, days & " Days Overdue", - days & " Left" ) ) )Best Regards,
Dale
- 8 years ago
Hi, Isn't your total just standard PBI's total? you can turn it off here:
Anonymous
8 years agoNot applicable
Hi Dale,
Thank you so much, solution is working fine. Except the total, I tried to hide the total number of days as showing 101-Days Overdue. Do you have any solution to hide the last Row of Total.
Regards,
Bix.
AdamBoltryk
Resolver I
8 years agoHi, Isn't your total just standard PBI's total? you can turn it off here: