Greg_Deckler
Community Champion
7 years agoTIMEADD
Does for time what DATEADD does for dates.
TIMEADD =
//User setttings
VAR __add = IF(MAX(Operations[Operation])="SUBTRACT",FALSE(),TRUE())
VAR __unit = MAX(Unit[Unit])
VAR __units = [Unit...
TheoC
Community Champion
4 years agoGreg_Deckler This seems far too simple for something that is so powerful. Great effort, mate.