About Dataset-Level Filters

As a dataset owner you can apply filters to one or more tables in a dataset, to enable Oracle Analytics business analysts and users to access only the data they need.

For example you can create a filter on a school state column that only shows data from schools in the State of California in workbooks.

Dataset-Level Filters Overview

  • As a dataset owner, you can filter your data at the dataset-level before you or other analysts create workbooks.

  • You manage dataset-level filters in the dataset filter bar in the Join Diagram.

  • You can apply multiple filters to a dataset at the same time.
  • You can filter data on multiple tables and columns. For example, you might apply a filter to a SCHOOLS_METRO column in a SCHOOLS table and to a TOTAL_DONATIONS column in a DONATIONS table using SCHOOLS.SCHOOLS_METRO='rural' AND DONATIONS.TOTAL_DONATIONS > 10000.
  • You use expressions to specify dataset filters. For example, SCHOOL_METRO='rural'.

  • When you add dataset filters in the Join Diagram, the preview data shown isn't filtered, but the dataset is filtered when workbook consumers and content authors access the dataset.

Tips on Using Dataset-Level Filters