Forum Discussion
Encrypted Fields in Table of Sql Server Database.
- Anonymous8 years ago
PSBR,
I made a test before, it is not possible to read decrypted data in Power BI. After you import the encrypted fields into Power BI, you will not be able to see these fields in Data view unless you transform the binary columns to text columns in Query Editor of Power BI Desktop, but please note that the text columns still contain encrypted data. See this similar thread.
If you need to read decrypted data in Power BI, you would need to firstly decryped the fields in SQL Server , and then import data to Power BI.
Regards,
Lydia
Hi,
I'm using MySQL with Power BI and trying to import decrypted value but it was showing data as Binary. I used CAST function to convert Binary into CHAR and then it works for me.
-Kuldeep
- Nandu25203 years ago
Helper I
Hi Kuldeep,
How did you decrypt the value in Power BI?