This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Shortcut transformations is a new capability in Microsoft Fabric that simplifies the process of converting raw files, starting with .CSV files, into Delta tables. This feature eliminates the need for traditional ETL pipelines, enabling users to transform data directly on top of files with minimal setup.
Shortcut transformations help users:
As of this release, Shortcut transformations support converting CSV files into Delta tables in OneLake. Users can create a Shortcut to a CSV file and apply a transformation to materialize it as a Delta table, all within a few clicks and without building ETL pipelines.
We’re actively working on expanding Shortcut transformations with the following capabilities:
These upcoming features will make it even easier to go from raw files to always-synced, analytics-ready Delta tables.
Shortcut transformations in Microsoft Fabric are designed to keep your Delta tables always in sync with your source files, without requiring ETL pipelines, scheduled refreshes, or manual intervention.
When you create a Shortcut, you’re not copying or importing data. Instead, you’re creating a live reference to a file stored in a cloud source like Azure Data Lake or Amazon S3. This reference acts as a virtual pointer to the file’s location.
You can apply a transformation to the Shortcut—currently, this is CSV to Delta. The transformation logic is applied on top of the referenced file, and the output is materialized as a Delta table in OneLake.
There’s no need to schedule refreshes. The Shortcut transformation engine continuously monitors the source location for changes:
This change detection runs on a 2-minute interval, ensuring that your Delta tables stay fresh and aligned with the source data.
The result is a Delta table that’s always up to date and ready for use across Fabric experiences, whether you’re building reports in Power BI, running notebooks, or feeding downstream pipelines.
Here’s how to try it out:
1. Select or create a new Fabric Lakehouse.
2. Click New Shortcut and select your source (e.g., Azure Data Lake, Amazon S3).
Note: to use the resulted delta table directly, create a Table shortcut.
3. Choose your CSV files.
Note: all CSV files needed for transform need to be in the same folder. Nested folders are not supported yet.
4. In the Shortcut wizard, choose the CSV to Delta option.
Apply_shortcut_transform
5. Configure your settings.
6. Save your Shortcut.
7. Use the Manage Shortcuts hub to track refreshes.
Manage_shortcut_page_to_monitor_job_runs
Shortcut transformations are now available in Microsoft Fabric. Head over to your workspace, create a new Shortcut, and see how easy it is to go from CSV to Delta.
We’d love your feedback! Drop us a note under the blog or join the conversation in the community.
To learn more, check out the Shortcuts file transformations documentation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.