Forum Discussion

HeimoW's avatar
HeimoW
Regular Visitor
8 years ago
Solved

Remove lines depending on a condition while grouping

I want to group an imported SQL-table in the PowerQueryEditor but exclude all rows which have are not "null" in a certain column.   CODE: let     Source = Sql.Database("SQL-xxx", "xxxx"),     db...
  • MattAllington's avatar
    8 years ago

    How about filtering out the null column before you do the groupby?