Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live 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 |
|---|---|
| 16 | |
| 9 | |
| 8 | |
| 7 | |
| 7 |