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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
pmscorca
Post Prodigy
Post Prodigy

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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Fabric Update Carousel

Fabric Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors