How to Calculate The Time Difference In Tableau?
community.tableau.com › s › questiondifference datediff ('second', [Start Time Native], [End Time Native]) hours: right ('00'+str ( [jd min]),2) min INT ( ( [datediff at the second level]% ( (60)*60))/ (60)) sec int ( ( [datediff at the second level]% (60))) the % sign is modulo and returns the remainder of the division of the datediff and the value (ie 60) that follows the %