Excel202201
New Member
- Joined
- Aug 31, 2022
- Messages
- 2
- Office Version
- 2019
- Platform
- Windows
I am new to Power Query, and trying to transform the following data to table. Watched few Youtube which only has one column in the example, but this one has three columns. How do I do it, I add the index column, Modulo column, then what's next? Help please
Customer # | City | State |
75 | Toronto | ON |
Loan # | Loan Rate | Loan Balance |
25 | 2.10% | 121,876 |
Approved Date | Maturity Date | Branch Code |
2017-01-01 | 2017-04-01 | 12967 |
Customer # | City | State |
76 | Mississauga | ON |
Loan # | Loan Rate | Loan Balance |
26 | 2.20% | 112,701 |
Approved Date | Maturity Date | Branch Code |
2017-01-06 | 2017-04-06 | 12710 |
Customer # | City | State |
77 | Ottawa | ON |
Loan # | Loan Rate | Loan Balance |
27 | 2.75% | 114,390 |
Approved Date | Maturity Date | Branch Code |
2017-01-11 | 2017-04-11 | 11809 |
Customer # | City | State |
78 | Hamilton | ON |
Loan # | Loan Rate | Loan Balance |
28 | 2.10% | 61,597 |
Approved Date | Maturity Date | Branch Code |
2017-01-16 | 2017-04-16 | 13735 |