March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
To solve the task, I used "group by" and most of my columns disappeared in the new table. And when I try to merge the tables, I get strange results with many rows being repeated million times. How can I do it properly in Power Query? The data is in the comment under the post.
Solved! Go to Solution.
For your question, here is the method I provided:
You need an Original table and add a Copy table.
“Original table”
“Copy table”
First, the Copy table is group by.
The original and copy tables are then merged. You can choose to merge a new table.
Here is the result.
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
For your question, here is the method I provided:
You need an Original table and add a Copy table.
“Original table”
“Copy table”
First, the Copy table is group by.
The original and copy tables are then merged. You can choose to merge a new table.
Here is the result.
Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Data:
Owner | Name | Share | Index | What I need -> | Owner | Name | Share | Index | Average share |
Bob | Car 1 | 0,45 | 1 | Bob | Car 1 | 0,45 | 1 | (0,45+0,4)/2 | |
Bob | Car 1 | 0,55 | 2 | Bob | Car 1 | 0,55 | 2 | (0,55+0,6)/2 | |
Bob | Car 2 | 0,4 | 1 | Bob | Car 2 | 0,4 | 1 | (0,45+0,4)/2 | |
Bob | Car 2 | 0,6 | 2 | Bob | Car 2 | 0,6 | 2 | (0,55+0,6)/2 | |
Alex | Bike 1 | 0,3 | 1 | Alex | Bike 1 | 0,3 | 1 | (0,3+0,2)/2 | |
Alex | Bike 1 | 0,7 | 2 | Alex | Bike 1 | 0,7 | 2 | (0,7+0,8)/2 | |
Alex | Bike 2 | 0,2 | 1 | Alex | Bike 2 | 0,2 | 1 | (0,3+0,2)/2 | |
Alex | Bike 2 | 0,8 | 2 | Alex | Bike 2 | 0,8 | 2 | (0,7+0,8)/2 |
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
7 | |
4 | |
2 | |
2 | |
2 |
User | Count |
---|---|
15 | |
10 | |
7 | |
5 | |
4 |