Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Fabric update to learn about new features.
User | Count |
---|---|
9 | |
5 | |
4 | |
3 | |
3 |