Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello,
I am trying to combine Excel files with data formatted in different ways.
In some of the files, columns start at row 4, in others at row 2, etc
Only the rows above the columns are not empty - there are annotations etc.
How can I skip the first N table rows until a criteria is met? For ex., in my case until the word "ECC" is found in the first column - that would be my first column header throughout all files.
Thanks!
Kind regards
Valeria
Solved! Go to Solution.
Hello, @ValeriaBreve
Table.Skip(your_table, List.PositionOf(your_table[Column1], "ECC", Occurrence.First))
Hello, @ValeriaBreve
Table.Skip(your_table, List.PositionOf(your_table[Column1], "ECC", Occurrence.First))
works like a charm! Thanks 🙂
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 |