Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello, How can I match these two Intra-group balances with each other in Power Query?
Hi@shafti
in Excell we use Vlookup and in power query you can use merge
here is an Example:
https://excelchamps.com/power-query/vlookup/
Thanks Shirin for your reply - I am familiar with Vlookup in Excel and merge in Power Query. I cannot merge them as they are in the same table. I have tried to create a common code between them so they get matched but I don't know how to do it!
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 15 | |
| 8 | |
| 6 | |
| 6 | |
| 5 |