cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Databricks Vs Fabric use case

Phani1
Databricks MVP

Hi Team,

We've noticed that for some use cases, customers are proposing a architecture with

A) Fabric in the Gold layer and reporting in Azure Power BI, while using Databricks for the Bronze and Silver layers. However, we can also have the

B) Gold layer in Databricks and connect to Power BI using the serverless feature, eliminating the need for an additional layer.

Which among these options are better for a given scenario and the reason? kindly share your thoughts on this.

Regards,

Phani

3 REPLIES 3

MariuszK
Valued Contributor III

Gold layer in Databricks and connect to Power BI - this is a good option.

However, If you need to use some of Fabric capabilities, because your team has preferences to use T-SQL, Direct Lake, Python notebooks, low-code tools like Data Factory. MS Fabric as a gold layer may be an option.

You can integrate Databrick into Fabrick using Databricks mirroring, but this feature is in preview, alternatively you can use short cuts, but if you use mange tables this will be more complicated because names of tables aren't predictive, you need to read them from UC.

To give a recommendation I'd discuses it with a client to understand their use cases.

mariadawson321
New Contributor

Great points from everyone. In my experience, the choice really hinges on whether you need a unified, metadata-driven access layer or a centralized storage layer for raw and transformed data. Thatโ€™s essentially the core difference between a data fabric vs data lake approach โ€” fabric focuses on integration and governance across distributed sources, while a lake is optimized for scalable, cost-effective storage and batch/ML workloads.

For teams leaning toward Fabric in the Gold layer, it makes sense if you want tighter T-SQL/Power BI integration and low-code orchestration. If youโ€™re already invested in Databricks and want to minimize duplication, keeping Gold in Databricks and using Serverless SQL for Power BI can be simpler and more cost-efficient.

Weโ€™ve explored these trade-offs in more detail in this write-up on data fabric vs data lake, which might help frame the decision based on specific use cases.

priyasinhakt
Visitor

When looking at a data fabric vs data lake  strategy, the data lake approach shines when you need a high-performance landing zone for vast amounts of structured, semi-structured, and unstructured data. It gives data science and engineering teams total freedom over raw storage and heavy-duty batch processing. On the other hand, a data fabric acts as an intelligent connective tissueโ€”abstracting the complexity of disparate storage layers so business teams get governed, self-service access without needing to physically centralize every byte.

If youโ€™re structuring your Medallion architecture (Bronze, Silver, Gold), bringing a Data Fabric model into the Gold layer works well for organizations that prioritize real-time semantic modeling, unified access policies, and direct BI integration. However, if your data estate already heavily relies on an open-lakehouse model like Databricks or Delta Lake, pushing your Gold layer directly to fabric storage might introduce unnecessary ETL overhead. In those cases, serving direct queries straight from the lakehouse via lightweight compute engines is often the cleaner, more cost-effective route.