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 nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
hi Guys,
i have files in csv in folder and want to get only headers for them.
In transform sample file i did example for csv where rows are null and i have only headers:
I created List but the list is delimeted by "," and i want to convert it somehow to records(rows).
My goal is to have table with 2 columns: TableName, ColumnName for each table in folder.
Can you please help?
Best,
Jacek
Solved! Go to Solution.
Keep it as List only. I believe you created list by following formula in sample file
=Record.ToList(_)
After this, delete all columns from your sample file except last one.
Now, you will have this result in your combined file
When you click double arrow then, you get option for Expand to new rows and you will get following result
Keep it as List only. I believe you created list by following formula in sample file
=Record.ToList(_)
After this, delete all columns from your sample file except last one.
Now, you will have this result in your combined file
When you click double arrow then, you get option for Expand to new rows and you will get following result
Thank you @Vijay_A_Verma It worked.
What doest it mean "_" within "(_)" ?
Can you please explain?
Best,
Jacek
_ means current row.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 11 | |
| 4 | |
| 4 | |
| 4 |