Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 🙂
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
10 | |
8 | |
6 | |
6 | |
6 |