Forum Discussion

ARob198's avatar
ARob198
Helper IV
6 years ago

Dynamic Year Calculation

Hello,  I am trying to create a measure that calculates the number of years between two dates based on a value.    I have been using the following measure:  Years C = if([Value] <=0, 0, (([Date] ...