Limiting the data in a visualization using an expression
You can limit what data should be available for a certain visualization using an expression. This way, you can set a "hard filter" on a visualization to make sure that certain values are never included in the calculations behind the visualization, regardless of any filtering in the analysis.
Before you begin
About this task
For example, you can make sure that one visualization only shows data
for a certain state by adding the expression similar to
[State]="Florida"
. If you combine this expression
limiting with the usual filtering from page, you will see data for Florida, but
only for the rows currently filtered to. If you remove all filtering limiting,
you will see the results for all data that matches the expression. For other
examples of data limiting, see
Adding data limitations for a visualization.
Procedure
Results


