I am working on below filters but can only filter by one criteria for each combo box.
e.g. If i selected more than 1 filters (first knowledge then general) , only the filter that are newly selected (i.e. general) will apply
Formulas as below.
| Search( Filter( 'Master Course List', IsBlank(ComboBox_SolutionFilter.SelectedItems.Value) || IsEmpty(ComboBox_SolutionFilter.SelectedItems) || Solution.Value in ComboBox_SolutionFilter.Selected.Value, IsBlank(ComboBox1_CategoryFilter.SelectedItems.Value) || IsEmpty(ComboBox1_CategoryFilter.SelectedItems) || Category.Value in ComboBox1_CategoryFilter.Selected.Value, IsBlank(ComboBox1_RequiredFilter.SelectedItems.Value) || IsEmpty(ComboBox1_RequiredFilter.SelectedItems) || 'Mandatory/Optional'.Value in ComboBox1_RequiredFilter.Selected.Value, IsBlank(ComboBox1_LearningAreaFilter.SelectedItems.Value) || IsEmpty(ComboBox1_LearningAreaFilter.SelectedItems) || 'Learning Area'.Value in ComboBox1_LearningAreaFilter.Selected.Value ), SearchTextbox.Text, "Course_Name)" ) |
Thank you.

Report
All responses (
Answers (