How do I add a 3rd column to this Pivot Table showing percent of the 2 columns

You can say percentOfTotal.

percentOfTotal({value})
1 Like

But where do I do that? Is is a calculated field? (another column) or is is Add Table Calculation

This is Percent of ETA: percentOfTotal(sum({ETA Present}))

Are you asking for both?

Can you add your other column too?

percentOfTotal(sum({ETA Present}) + sum({PO NUMBER})

2 Likes