Forum Discussion

PowerNovice's avatar
PowerNovice
New Member
2 years ago
Solved

Help - Query hasn't grouped properly

Hi,    Im very new to using PowerQuery..... my grouped rows hasnt grouped properly. Well to me it hasnt, but ive probably missed something.    I am trying to group based on an order number, and t...
  • Syk's avatar
    2 years ago

    This happened because you included the 'AllocatedQuantity' in your group by. It looks like all of the other rows had a quantity of 800 so it grouped all of those together and grouped the one with 700 by itself.

    To fix this, just go into the step where you grouped the columns and remove the 'Allocated Quantity' from the grouping!