Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago

SQL Server AlwaysEncrypted not working in Power BI

We've implemented Always Encrypted in our SQL Server 2016 database. Using Always Encrypted we encrypt a column X. Using a .NET DirectQuery connection we decrypt the data in SSAS (a tabular model). T...