So I have a dataset that captures quarterly expense data.
I have been tasked with adding an 'expense ratio change column'
Basically, I need to know the % change of expenses changed from quarter to quarter by project
I know the math on this ((p2 - p1) / (p1)) but am not sure how to tile it in domo to make sure it is taking into account the 'project_number' (not shown)
Any suggestions? I need to create a column in the dataset btw, this is important