Calculated Field - Percentages calculation

Hello there!

I need to add a calculated field in order to know the percentages of that represent each table above “Net Total PAX”.

How should I run the formula?

Thanks!

It would be helpful if you could share where the numbers in the different score cards comes from, are they different fields in your date or are you using filters to create them?

If you are using different columns you can use “Add Field” and Sum(Pax_a)/Sum(Pax_a)+Sum(Pax_b) etc

If you are using filters you can create a blends combining the filtered score card and the unfiltered one and then “Add calculated field” and Sum(Pax_filtered_scorecard)/Sum(unfiltered_scorecard)

Hey Max!

Thanks a lot for your response.

Yes, I’m using filtering fields in order to get this data:

But I’m not sure how to create apply the formula you say

Thanks again