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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
okramarenko
New Member

SupportsEncryption property

I'm working on a custom Power BI connector and encountered the SupportsEncryption property (https://learn.microsoft.com/en-us/power-query/handling-data-access). When set to true, it prompts a new window that allows users to choose whether they want their connection to be encrypted. However, this option appears to only work in Power BI Service. Could someone please provide more details on how this works for Power BI Desktop? I haven't been able to find any information about this. Thank you in advance.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @okramarenko,

Perhaps you can take a look at the following description about encryption connection if helps.

Encrypted Connection in Power Query ensures that data transferred between your data source and your Power Query client is encrypted for security purposes.

Keypoints of encryption connections:
Security: Encrypted connections help protect sensitive data during transmission. They prevent unauthorized access or interception of data by encrypting it using secure protocols.

Data Sources: Encrypted connections can be used with various data sources, including databases (e.g., SQL Server, MySQL), cloud services (e.g., Azure SQL Database), and other APIs.
Encryption Protocols: Power Query supports encryption using protocols such as TLS (Transport Layer Security). When you enable an encrypted connection, Power Query inovke secure channel with the data source using these protocols.
Authentication: Encrypted connections work alongside authentication methods (e.g., username/password, OAuth tokens). (the combination of encryption and authentication ensures data integrity and confidentiality)
Configuration: To use an encrypted connection, you typically need to specify the data source’s server name, database name, and authentication details. (Power Query will handles the encryption automatically)

Regards,

Xiaoxin Sheng

View solution in original post

1 REPLY 1
Anonymous
Not applicable

HI @okramarenko,

Perhaps you can take a look at the following description about encryption connection if helps.

Encrypted Connection in Power Query ensures that data transferred between your data source and your Power Query client is encrypted for security purposes.

Keypoints of encryption connections:
Security: Encrypted connections help protect sensitive data during transmission. They prevent unauthorized access or interception of data by encrypting it using secure protocols.

Data Sources: Encrypted connections can be used with various data sources, including databases (e.g., SQL Server, MySQL), cloud services (e.g., Azure SQL Database), and other APIs.
Encryption Protocols: Power Query supports encryption using protocols such as TLS (Transport Layer Security). When you enable an encrypted connection, Power Query inovke secure channel with the data source using these protocols.
Authentication: Encrypted connections work alongside authentication methods (e.g., username/password, OAuth tokens). (the combination of encryption and authentication ensures data integrity and confidentiality)
Configuration: To use an encrypted connection, you typically need to specify the data source’s server name, database name, and authentication details. (Power Query will handles the encryption automatically)

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors