I have data with the following columns:
- Date
- Income
3.Expense
How do I calculate the savings by year? I have already Extracted year from the date.
I have data with the following columns:
What the relation actually shows as a result is irrelevant. It’s creating a connection to ROWS, not a specific column. If you see anything in a relation column, that means it returned all Rows that have matching values in the columns you used to create the relation.
After creating the relation, did you follow the rest of @Darren_Murphy’s steps?
Yes! I got it. Thank you so much.
It worked! Thank you so much