donnalouiseb74
New Member
- Joined
- Nov 16, 2015
- Messages
- 4
I am trying to create a calculated colum which basically states that if the [Ticket_CloseDate] is blank and [Ticket_LastModifiedDate] is older than 4 days return a numerical value.
I've started with =IF(ISBLANK('table'[Ticket_CloseDate]&& TODAY() - 'table'[Ticket_LastModifiedDate]>4,<999>,< else condition >) but can't seem to get the rest of the statment to work
I'm new to powerpivot so any help would be helpful
I've started with =IF(ISBLANK('table'[Ticket_CloseDate]&& TODAY() - 'table'[Ticket_LastModifiedDate]>4,<999>,< else condition >) but can't seem to get the rest of the statment to work
I'm new to powerpivot so any help would be helpful
Last edited by a moderator: