Forum Discussion
Filter within filter?
- 5 years ago
There are multiple ways to achieve this.
In Power Query you can create reference queries and then group them as needed.
In DAX you can create calculated columns that indicate inclusion/exclusion flags, or you can create temporary tables, join them as needed ad then aggregate the results.
Which approach do you prefer, Power Query or DAX?
BTW, your first two sample outcomes for A and B are the other way round.
There are multiple ways to achieve this.
In Power Query you can create reference queries and then group them as needed.
In DAX you can create calculated columns that indicate inclusion/exclusion flags, or you can create temporary tables, join them as needed ad then aggregate the results.
Which approach do you prefer, Power Query or DAX?
BTW, your first two sample outcomes for A and B are the other way round.