Forum Discussion

jimpatel's avatar
jimpatel
Icon for Post Patron rankPost Patron
3 years ago
Solved

Group by

Hi,  Thanks for looking at my post.    I am trying to link 2 tables and i wanted to get unique number rather than repeating numbers to connect two table.  What i am looking for is in "Transform d...
  • rrm121812's avatar
    3 years ago

    HI,

     

    You can follow the below steps to achieve the result:

    1. Go to Transform Data-->Group By in Power Query Editor

    2. Fill the Group By pop up window like this: 

    You will see the result as expected.

     

    Before:

    After Group By:

     

     

    Regards,

    Ritu

     

    Please Accept the answer as solution if this solves your problem. Happy to help. ðŸ˜Š

     

  • rrm121812's avatar
    rrm121812
    3 years ago

    It is because Date column datatype is set to String. If you convert it into Date, it will resolve the issue.

     

    If you find this insightful, please give Kudos and Accept it as a solution.