Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
The excel files in a folder start like the SS. i.e., First two rows are some information and header starts on 3rd row.
When loading the folder into power BI, I want to know how I to remove first two rows from all excel files in the folder.
Solved! Go to Solution.
let
source=Folder.Files("your folder full path"),
custom1=Table.Combine(List.Transform(source[Content],each Table.PromoteHeaders(Table.Skip(Excel.Workbook(_)[Data]{0},2))))
in custom1
let
source=Folder.Files("your folder full path"),
custom1=Table.Combine(List.Transform(source[Content],each Table.PromoteHeaders(Table.Skip(Excel.Workbook(_)[Data]{0},2))))
in custom1
| User | Count |
|---|---|
| 12 | |
| 6 | |
| 5 | |
| 5 | |
| 5 |