Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
pmscorca
Post Partisan
Post Partisan

How reading a Fabric lakehouse by a dataflow gen2

Hi,

is it possible to read data from a Fabric lakehouse by a dataflow gen2? I don't find the related connector.

Any helps to me, please? Thanks

1 ACCEPTED SOLUTION
frithjof_v
Super User
Super User

Get Data -> More -> OneLake data hub -> Choose a Lakehouse

 

Or Get Data -> More -> Home -> Search for the Lakehouse name

 

Or Get Data -> More -> Home -> View more -> Microsoft Fabric -> Lakehouse

 

 

Or you can use this code in a Blank query:

 

let

Source = Lakehouse.Contents()

in 

Source 

View solution in original post

3 REPLIES 3
frithjof_v
Super User
Super User

Get Data -> More -> OneLake data hub -> Choose a Lakehouse

 

Or Get Data -> More -> Home -> Search for the Lakehouse name

 

Or Get Data -> More -> Home -> View more -> Microsoft Fabric -> Lakehouse

 

 

Or you can use this code in a Blank query:

 

let

Source = Lakehouse.Contents()

in 

Source 

Hi @pmscorca 

 

We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet.
In case if you have any resolution please do share that same with the community as it can be helpful to others.
Otherwise, will respond back with the more details and we will try to help.

 

Thank you.

Hi @pmscorca 

 

We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. In case if you have any resolution please do share that same with the community as it can be helpful to others. If you have any question relating to the current thread, please do let us know and we will try out best to help you. In case if you have any other question on a different issue, we request you to open a new thread.

 

Thank you.

Helpful resources

Announcements
FBCApril_Carousel

Fabric Monthly Update - April 2025

Check out the April 2025 Fabric update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors