I need to create a measure or column that should use the Today () function.
I have a table with two columns of dates, one that is due date that is of type null and the other that is extension date and can have null values, to that extent I need to show the number of days that are missing or the Number of days that passed the date of the extension when it is null and the date of expiration when the date of extension is null.
I tried to use the function today () but with no success.
Dt. Final | Dt. Prorrogação | à vencer (dias) |
30/12/2016 | -7 | |
08/10/2017 | 275 | |
08/09/2015 | 09/12/2015 | -394 |
08/09/2016 | 09/05/2016 | -242 |