Got a salary column in BigQuery.
Trying to figure out a way to filter the salary with logical operators without specifying a custom filter(ADD A FILTER) in Looker Studio.
I would like to perform the following operation: salary > 5000000000000000 for example.
Is this possible?
One way is to use a Filter Control, with the Dimension set to Salary, and the Filter Control set to the Search All view, so that comparison operators (>, >=, <, <=, =) can be used to filter Metrics quickly.
Created a Looker Studio Report (Google Sheets Embedded) as well as a GIF showing the process.