Microsoft Fabric Updates Blog

Semantic Link: OneLake integrated Semantic Models

Semantic Link adds support for the recently released OneLake integrated semantic models! You can now directly access data using your semantic model’s name via OneLake using the read_table function and the new mode parameter set to onelake. This approach ensures that no load is placed on Analysis Services, enabling efficient data retrieval and avoids putting additional load on your Power BI capacity.

Optimized access of OneLake integrated semantic models

When using the onelake mode, the data is read directly from the delta tables in OneLake, which are kept up to date with the semantic model. This enables seamless access to the data for various data consumers without the need for additional ETL pipelines or data copying. Here’s a code snippet using the read_table function with onelake mode to read the customer table in the Adventure Works semantic model:

Programmatic export of data can be triggered using the new execute_tmsl function. This Python function allows you to run Tabular Model Scripting Language (TMSL) commands to export the data from your semantic model. Please note that XMLA read/write needs to be enabled for the semantic model.

Here’s a code snippet for triggering the programmatic export using the execute_tmsl:

Don’t miss out on the power of semantic link in Microsoft Fabric! Leverage the seamless integration between semantic models and Synapse Data Science to unlock the full potential of your data.

Related blog posts

Semantic Link: OneLake integrated Semantic Models

September 26, 2024 by Amir Jafari

In the previous blog, we explained how to use Microsoft Fabric to build custom AI applications, focusing on transforming your data into valuable knowledge for Generative AI applications. Specifically, we demonstrated how to implement a Retrieval-Augmented Generation (RAG) system using Microsoft Fabric, integrating Azure OpenAI and Azure AI Search. We are excited to share a … Continue reading “Using Microsoft Fabric for Generative AI: A Guide to Building and Improving RAG Systems”

September 25, 2024 by Santhosh Kumar Ravindran

We’re excited to introduce high concurrency mode for notebooks in pipelines, bringing session sharing to one of the most popular orchestration mechanisms for enterprise data ingestion and transformation. Notebooks will now automatically be packed into an active high concurrency session without compromising performance or security, while paying for a single session. Key Benefits: Why Use … Continue reading “Introducing High Concurrency Mode for Notebooks in Pipelines for Fabric Spark”