n Tableau, is it possible to create a percentage of a measure and only have the percentage label show up in the total or grand total column?
For example, consider this simple table: | | September | October | Totals | +---------+-----------+---------+--------+ | Apples | 157 | 99 | 256 | +---------+-----------+---------+--------+ | Oranges | 12 | 37 | 49 | +---------+-----------+---------+--------+
What I'd love to get instead would be: | | September | October | Totals | +---------+-----------+---------+---------------+ | Apples | 157 | 99 | 256 83.93% | +---------+-----------+---------+---------------+ | Oranges | 12 | 37 | 49 16.07% | +---------+-----------+---------+---------------+
The few problems I've seen so far are:
- If I let Tableau calculate percentage for the table, it applies the percentage on the measure to every cell in the table.
- If I add another measure with percentage in the marks card and add that as a text label, it also appears in every cell, but underneath the previous label instead of to the side.