How to filter the view without changing grand totals in Tableau

preview_player
Показать описание
In this silent video, you'll learn how to keep the same grand total when filtering the view

- - - - - - - - - - - - - -

1. Select Analysis and then Create Calculated Field
2. Name the calculation grandtotal.
3. Enter the following formula, then click OK:
IF SIZE() = 1 THEN ATTR({FIXED Country : SUM([Sales])})
ELSE SUM([Sales])
END
4. Place State on Rows
5. Place grandtotal on Text
6. Right-click State and select Show Filter
7. Select Analysis, Totals, and then Show Column Grand Totals

Related solutions:

- - - - - - - - - - - - - -

Рекомендации по теме
Комментарии
Автор

this doesn't work for me, my grand total is showing as *
help!

mujih
Автор

When I try to view just one row, the grand total for all rows appears for that row. I need the actual value of the row to appear. How can I fix this?

ShouryaBadam
Автор

Not working for me, showing * in grand total value. Even if i have changed its type to Continuous. Please Help. Thanks.

shwetasharma