This is what my current view looks like.
Right now my Tableau chart shows the breakdown of average fare, Grouped By different Community Numbers.
I would like to also show a version of this chart that normalized all these stacked bars into 100% total as the maximum. So most of these that are almost all teal should have the "Avg Fare" teal be ~90-100% of the bar in their respective Community Number. Some of them, like Community #76, should have like 75% of the bar be contributed by "Avg Fare", 20% of the bar be "Avg Extras", and 5% of the bar be "Avg Tips".
The Talbeau forums say that you have to do AVG( [Extras] ) / (AVG([Extras])+AVG([Tips])+AVG([Tolls])+AVG([Fare]))
for each individual Measure Name but I refuse to believe there isn't an easier way. Thanks.