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 there, I've been struggling to find good documentation on how to read data from a lakehouse in one workspace and after applying some transformations, write it to a different lakehouse in a different workspace. Is this possible? I have the following workspaces:
WORKSPACE_BRONZE that contains LAKEHOUSE_BRONZE
WORKSPACE_SILVER that contains LAKEHOUSE_SILVER
LAKEHOUSE_BRONZE has a CSV file in the files section. I have a notebook and have added both lakehouses to the notebook. I have some code like this to read the file:
Solved! Go to Solution.
You can use the fully qualified path to write to a Lakehouse in another workspace.
Please see this article, it helped me:
https://murggu.medium.com/databricks-and-fabric-writing-to-onelake-and-adls-gen2-671dcf24cf33
So, to write to a table (new or existing) in a Lakehouse in another workspace, I think it is possible to write it like this:
You can use the fully qualified path to write to a Lakehouse in another workspace.
Please see this article, it helped me:
https://murggu.medium.com/databricks-and-fabric-writing-to-onelake-and-adls-gen2-671dcf24cf33
So, to write to a table (new or existing) in a Lakehouse in another workspace, I think it is possible to write it like this:
Hey so when I tried to write to a different lakehouse that's not the default lakehouse that my notebook is connected to, my data is note getting stored properly under Tables.
So my notebook is connected to bronze lakehouse and I'm trying to write data to silver lakehouse and this is how the data is getting written.
#code
The data supposed to go into test-1 table but instead it is going into Undefined space and also the data is not getting written in table format.
Please do assist me on this @frithjof_v
It's looks like it's a schema enabled lakehouse. In that case, you need to specify the schema in the abfss path.
I did tried adding schema but still I am getting the same response
This is the code I've executed
Thank you so much!
Hi @AdamFry ,
Glad to that your issue got resolved. Please continue using Fabric Community on your further queries.
For syntax and stuff, trying asking Copilot or ChatGPT. I usually get pretty good feedback.
Apologies for not using the code block for the code in my post, I tried editing my post to add it but I got an invalid html error so hopefully this is ok posted as is.
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 |
---|---|
6 | |
4 | |
3 | |
3 | |
3 |