Filtering
Data filtering is the process of selecting a smaller part of your dataset, either for viewing or further analysis.
For example, you could filter a table to get all rows for which Country equals 'France'. You could then compute further insights such as the total Sales value for France or the top-selling product in France.
This section shows how to perform common filtering operations. There are two topics: