Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join 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

Reply
bexy
Frequent Visitor

How to encrypt and decrypt a column in Fabric Data Warehouse

CREATE TABLE UserData (
UserID INT PRIMARY KEY,
UserName VARCHAR,
Password VARCHAR,
Email VARCHAR
);

INSERT INTO UserData (UserID, UserName, Password, Email)
VALUES
(1, 'User1', 'password123', 'user1@example.com'),
(2, 'User2', 'abc@123', 'user2@example.com'),
(3, 'User3', 'securepass', 'user3@example.com'),
(4, 'User4', 'p@$$w0rd', 'user4@example.com');

4 REPLIES 4
bexy
Frequent Visitor

Thanks @Anonymous , it was helpful.

Anonymous
Not applicable

Hi @bexy ,

Glad to know that you got some insights over your query. Let me know incase if you have further queries. 
Please continue using Fabric Community.

Anonymous
Not applicable

Hi @bexy ,

Thanks for using Fabric Community.
Unfortunately Fabric Data Warehouse doesn't currently support native encryption for specific columns within a table.

 

At present we only provide Dynamic Data Masking:

This feature allows you to obfuscate sensitive data like passwords while still enabling users with proper permissions to access the underlying value. 

vgchennamsft_0-1715312778092.png

 

Doc to refer - Security for data warehousing - Microsoft Fabric | Microsoft Learn


Hope this is helpful. Please let me know incase of further queries.

Anonymous
Not applicable

Hi @bexy ,

We haven’t heard from you on the last response and was just checking back to see if your query was answered.
Otherwise, will respond back with the more details and we will try to help .

Thanks

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.