Forum Discussion
Power BI view encrypted data
I am using SQL server 2016 version with Always Encryption feature to enable column level encryption of specific columns in some tables. I would like to view the decrypted data in the reports build via power bi desktop. But it is not showing any decrypted data.
I have tried different ways like creating ODBC data source also OLEDB data source by giving the addtional connection string property as "Column Encrytption Setting=Enabled", But no luck.
When i try with direct SQL server connection string while connecting the data source, there is no option to give this setting. The columns which are encrypted in database are showing up as binary string rather than in plain text. When i publish this report to work space there also i could see the data as binary.
What is the best way to get the
Thanks Amit,
Below link worked for me
Thanks once again for your response over weekend.
3 Replies
- amitchandakSuper User
narenderkk , refer to these two,if can help
- narenderkkNew Member
Thanks Amit,
Below link worked for me
Thanks once again for your response over weekend.
- SilversebaNew Member
Hi,
i'm having an issue, when i use parameters to filter the query, works fine on Report Builder, ( i' m using nvachar),
but when I publish the report it's giving me an error because report server server is passing a varchar.
Operand type clash: varchar(12) encrypted with (encryption_type = 'DETERMINISTIC',