Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowFabric Data Days Monthly is back. Join us on March 26th for two expert-led sessions on 1) Getting Started with Fabric IQ and 2) Mapping & Spacial Analytics in Fabric. Register now
Using the OPENROWSET protocol to read from ADLS:
The blog shows reading from CSV in ADLS, is reading from Delta Table also supported?
csv:
SELECT * FROM OPENROWSET(BULK '/Files/data/2025/0 9/sales.csv', DATA_SOURCE = 'MyAdls')delta:
SELECT * FROM OPENROWSET(BULK '/Files/data/2025/0 9/', DATA_SOURCE = 'MyAdls', FORMAT = 'DELTA')
Solved! Go to Solution.
Hi @mb_ ,
Thanks for posting in Microsoft Fabric Community.
At present, using OPENROWSET with FORMAT = 'DELTA' to read Delta tables from an ADLS data source is not supported in the Lakehouse SQL Endpoint. The current preview functionality supports formats like CSV, Parquet, and JSON when accessing files through OPENROWSET.
The team is continuously working to expand format support, so this may become available in future updates.
Hope this helps. Please reach out for further assistance.
Thank you.
Appreciate the response @v-veshwara-msft!
Creating views against Delta tables would allow us to replicate our Synapse Serverless SQL databases in Fabric, so I would consider this a valuable feature for current Synapse users looking to migrate to Fabric.
Hi @mb_ ,
Thanks for posting in Microsoft Fabric Community.
At present, using OPENROWSET with FORMAT = 'DELTA' to read Delta tables from an ADLS data source is not supported in the Lakehouse SQL Endpoint. The current preview functionality supports formats like CSV, Parquet, and JSON when accessing files through OPENROWSET.
The team is continuously working to expand format support, so this may become available in future updates.
Hope this helps. Please reach out for further assistance.
Thank you.
yes,
SELECT *
FROM OPENROWSET(
BULK '/Files/data/2025/09/',
DATA_SOURCE = 'MyAdls',
FORMAT = 'DELTA'
)
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Fabric update to learn about new features.
| User | Count |
|---|---|
| 17 | |
| 7 | |
| 5 | |
| 4 | |
| 3 |