- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

DataFlow / Power Query to read from Delta Lake ( ADLS) with DeltaLake.Table()
Good day,
My case is not Databricks Delta Lake. I'm trying to read natively from Delta Lake Table stored on ADLSgen2.
There is a new capability DeltaLake.Table() (description here https://learn.microsoft.com/en-us/powerquery-m/deltalake-table)
Unfortunately, I was not successful. I'm getting a warning - There is no Delta table at this location.
I appreciate any ideas as well as some documentation.
let
Source = AzureStorage.DataLake("https://XXXXX.dfs.core.windows.net/path to DeltaLakeTable/"),
ReadDelta = DeltaLake.Table(Source)
in
ReadDelta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Good day,
Thank you. I'm aware of this solution but my question relates to the official data function which is not work for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Late to the party, however you can make it work using the following:
let
Source = AzureStorage.DataLake("https://XXXXX.dfs.core.windows.net/path to DeltaLakeTable/", [HierarchicalNavigation=true]),
ReadDelta = DeltaLake.Table(Source)
in
ReadDelta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @krasinv ,
Check if this blog by Gerhard helps:
Reading Delta Lake Tables natively in PowerBI
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Power BI Monthly Update - February 2025
Check out the February 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
10-31-2022 07:59 AM | |||
07-15-2024 03:42 AM | |||
05-10-2024 07:48 AM | |||
07-10-2024 07:50 AM | |||
07-24-2024 03:48 AM |
User | Count |
---|---|
28 | |
27 | |
25 | |
14 | |
10 |
User | Count |
---|---|
24 | |
21 | |
16 | |
16 | |
10 |