Forum Discussion
jimpatel
Post Patron
3 years agoGroup 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...
- 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. 😊
- 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.
jimpatel
Post Patron
3 years agoThanks a lot 🙂