Tableau calculation language is a powerful language that allows users to create custom calculations and manipulate data within Tableau. It uses a syntax similar to SQL and is used to create calculated fields, parameters, and sets.
For example, you could use Tableau calculation language to calculate the average sales for a particular product over the last three months. The calculation would look something like this:
AVG([Sales]) OVER (LAST 3 MONTHS)