Solved
Using Fiscal year in calculation
I have a formula that defines a rate based on the year...
}else if(Row2.YearTraveled.rawValue == "2022" && Row2.ddModeTransportation.rawValue == "Motorcycle"){
this.rawValue = ".605";
}
Now I need to break up this year to calculate based on time frames....1/1/22-6/30/22 is one rate and 7/1/22-12/31/22 is another.