Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Is Advanced Filtering with logical operators across multiple columns possible in PBI Desktop?

I want to setup a filter that, for example, can filter rows where the date is greater than x and where the category is y or the location is z. In SQL it would be like:  SELECT * FROM table as t WH...