Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hi
I am new to Fabric and experimenting with notebooks. How can I read multiple files present in a Lakehouse using a notebook?
I tried to read the csv files using this code, but receiving an error:
df = spark.read.format("csv").option("header","true").load("Files/**")
display(df)
Error: Path not found
Appreciate your help.
Solved! Go to Solution.
Hi @jashfabric
Thanks for using Fabric Community.
You can use the below code:
df = spark.read.format("csv").option("header","true").load("Files")
display(df)
I have created a repro for you.
Hope this helps. Please let me know if you have any other questions.
Hi @jashfabric
Glad that your query got resolved. Please continue using Fabric Community for any help regarding your queries.
Hi @jashfabric
Thanks for using Fabric Community.
You can use the below code:
df = spark.read.format("csv").option("header","true").load("Files")
display(df)
I have created a repro for you.
Hope this helps. Please let me know if you have any other questions.
Thank you so much @Anonymous !
That helped me. Thanks for the detail explaination.
Hi @jashfabric
Glad that your query got resolved. Please continue using Fabric Community for any help regarding your queries.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 13 | |
| 6 | |
| 2 | |
| 2 | |
| 2 |