The percent of the column total will give you the percentage of each value in the column out of the total sum of the values in the column.
Here’s an example of a percent of the total column:
And here’s the SQL used in the table calculation:
In general, the SQL used for calculating the percent of the total has just one important column:
column_i_want_to_see_the_percent_of_total
- this is the column that you want to see each value’s percent of the total values in that columnIn the format
tab, make sure to update the format to percent
so that your table calculation is shown as a percentage value (instead of a number).