This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.