Forum Discussion
ValueCreate
Helper I
6 years agoFormula That Only Includes Data Within The Last 5 Years
Hi! I hope I'm able to word this right. I'm essentially asking if theres a way to max out the formula below after 5 years. The formula below is looking back at a historical data. For example, right n...
v-lili6-msft
Community Support
6 years agohi ValueCreate
Just add a conditional in the formula as below:
&&YEAR( 'ValueCreation Ratios' [EffectiveDate])>=YEAR( 'ValueCreation ProjectedQuarters' [ProjectedQuarterEndDate] )-5
in the red arrow of this screenshot:
Regards,
Lin
ValueCreate
Helper I
6 years agoThanks Lin! I will take a look at this next week and let you know if it works.