user11690241
user11690241

Reputation: 11

How to add grand total of percentage values in Tableau table?

I have to create a table in Tableau with percentage values. These are calculated fields with numerator x and denominator y. I want to add grand total at the bottom of each column. If I use Total function from Tableau it will add percentage values from all the rows. But the grand total value I want is sum(x)/sum(y) for each column. Can anyone suggest how I can do this ?

Upvotes: 0

Views: 619

Answers (1)

Wade Schuette
Wade Schuette

Reputation: 1473

{ fixed: sum([X]) } / { fixed: sum( [Y] ) }

Upvotes: 0

Related Questions