Forum Discussion
PowerBI Report Builder - Dataverse
Hi Maggie77 ,
Do you enable the Advanced option "Column Encryption Setting" ? That will decrypt your data.
Using SQL Server Always Encrypted data in Power BI Report Builder (Paginated Reports)
Did I answer your question? Mark my post as a solution!
Best Regards
Lucien
Hi Lucien,
Thanks for your reponse.
I updated the Column Encryption field - but it displayed an error message
- bradsy4 years agoMicrosoft Employee
The issue does not look to be about encryption. I think the issue might be "msdyn" tables are system tables and the columns you chose look to be some type of ID, not description. I am not familar with the schema, but you probably want to find the details table and possibly join the two tables together so that you get the correct "serviceAccount" name for the "msdyn serviceAccount" identifier.
- Maggie774 years agoRegular Visitor
Thanks Bradsy, that does seem logical. I am fairly new to this so will check out how to join the relevant tables together.