I know this is a simple one but just can't hit on the right syntax !🙄
Dataverse for teams columns. Trying to calculate DateDiff (answer in days) from a date in the past (StartDate) and another one for a date in the future (FinishDate)
DateDiff( UTCToday(),'FinishDate')
This operation cannot be performed on values which are of different Date Time Behaviors. and it says no quick fixes available..
TIA