Microsoft Fabric Updates Blog

Microsoft Fabric logo
Microsoft Fabric logo

Announcing improvements to CSV data ingestion in Synapse Data Warehouse in Microsoft Fabric

CSV files are widely used for data exchange and data ingestion into data warehouses, but they often pose challenges on performance. In accordance to a study from Microsoft Research, up to 90% of the total time spent in data ingestion occurs in parsing non-binary data such as JSON when using conventional file parsers. This is …

Get Data in Real-Time Analytics: A New and Improved Experience

We’re thrilled to unveil a brand new Get Data experience that simplifies the data ingestion process in your KQL database! With simplicity and efficiency in mind, this update streamlines the way you bring data into your KQL database. Whether you’re a seasoned data professional or just starting your data exploration journey, this new user experience …

Announcing: Fabric Warehouse support for sp_rename

We are excited to announce that the Data Warehouse now supports sp_rename. With sp_rename, you can rename user objects like Tables, Stored Procedures, Functions etc. Here is an example of how to use sp_rename that fixes a spelling mistake for city: When you use these features, change the schema an object belongs to or drop …

Announcing: Dynamic Data Masking for Fabric Warehouse and Lakehouse SQL Endpoint

In today’s ever-evolving world of data management, security is a paramount concern for organizations. We are committed to providing our customers with robust solutions that empower them to safeguard their data effectively. That’s why we are thrilled to introduce Dynamic Data Masking (DDM) for Fabric Warehouse and SQL Endpoint in Lakehouse! What is Dynamic Data …

Fabric Changing the game: Using your own library with Microsoft Fabric

Unlock the Power of Reusing Your Library in the Lakehouse with This Step-by-Step Guide. Fabric provides you with different options to build your analytics solution. If you decide to use Lakehouse and code your solution with Python you may want to reuse some functions and reuse certain business logic across your code. Once your library …