I'm pretty new to Tableau, and am unsure how to implement a feature that's been requested by business users.
We have a report where each row has
Owner
- grouping text fieldScenario
- text fieldFunctional Area
- text field- A graph of values over time
Each of these rows (i.e. Scenario
) has a dimension named Latest Occurrences
, which has the latest integer value from the graph.
I want to have a checkbox filter on the side of the report named "Show empty scenarios" where if it is checked it shows the scenarios where Latest Occurrences >= 0
, and if unchecked shows the rows where Latest Occurrences > 0
. I'm entirely unsure how to implement this in Tableau, does anyone know how?