Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Calculate number of days

Mzaheer24
7 - Meteor

Hello Everyone,

 

I used to calculate number of days in MS excel using formula =TODAY()-date

 

Please advise how i can calculate days in Alteryx 

2 REPLIES 2
DataNath
17 - Castor
17 - Castor

Hey @Mzaheer24, you'll want to use the DateTimeDiff() function in a Formula tool:

 

DateTimeDiff(DateTimeToday(),[Date],'day')
Mzaheer24
7 - Meteor

How I can make bucket like - 0-10 days,11-30 days and 30+ days

 

Labels
Top Solution Authors