Forum Discussion
Anonymous
1 year agoNot applicable
year differences calculations
Hello , I have this challenge , I need to make calculations for three different columns <2 years, 2-5 years and >5 years using following measure below: EnhancLead = VAR SelectedYea...
VijayP
Community Champion
1 year agoAnonymous you can get these results using DATEADD function, try that!
Link to DateAdd function explanation - https://dax.guide/dateadd/
Anonymous
1 year agoNot applicable
Thank you for help but the link you attached I tried and did not get what I need can you help me to implement it in my measure?