Forum Discussion
tonijj
Helper IV
2 years agoPower Query - Group by combined with FILTER
Hi all, Been searching for a solution for my issue for some time, but its time to ask for some expertise π WHAT I want to achieve - I want to take a dataset and sort out by whats "in scope" ...
amitchandak
Super User
2 years agotonijj , You can use a measure in visual, no need to group data in the Power query
calculate(Sum(Table[Item value]), filter(Table, Table[In Scope] = "X"))