Forum Discussion

hjoshi4u26's avatar
hjoshi4u26
Regular Visitor
3 years ago
Solved

Power Query Group Data where value is >= 0

Hello All,   I have a Table show below Ask is to Group the data by [Month] and Count Rows where [Value] >= 0. I have used below M-code but it is faulty. = Table.Group(#"Changed Type", {"Mon...
  • andhiii079845's avatar
    3 years ago

    You do no "group by". My solution:

     

    1) Filter first the column  

    2) Group by

     

     

    The result: