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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi folks! I need to get metadata (created, size, item name etc.) for a bunch of PDF files on Shared drive, how can I achieve this? My plan is to get the childname from the first "Get Metadata", then loop the name into the second "Get Metadata", but it errors out.
Thanks a lot!
Solved! Go to Solution.
Feed them into a notebook as separate parameters, then either create a dataframe with the parameters and 'append' it to an existing table *or* dynamically generate a SQL INSERT statement with the wanted parameters being used
How I got it to work for me:
Pipeline. similiar to yours, although my first is looking up all files in a lakehouse.
ForEach Items property
2nd Get Metadata settings - note the .name
And the output
Also note this works with GenII datalake connections too;
Thanks so much, got it works!
Next, how can I get these fields into a lakehouse table? I am thinking notebook, but didn't find a way yet..
Feed them into a notebook as separate parameters, then either create a dataframe with the parameters and 'append' it to an existing table *or* dynamically generate a SQL INSERT statement with the wanted parameters being used
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 4 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |