Current year sales

if we have sales data of 4 years and want to extract current year/previous year sales , how can we do that?

i am trying to create a calculated field to get Current year sales, if I have to do it, i need to extract years from order date and compare with maximum of year of order date but if we create calculated field on this the data type show number, currency or percent

what other solution we have for this issue?

@Jsadhik
create the calculated field year from the sales-date (which includes only year)

and then pivot table where year is the column and sum of sales amount as calculated column…

1 Like
1 Like