Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
When I tried to deploy the SSAS model to the Azure SSAS server, I encountered the following error:
"New Tabular database 'Matrix' is not using the latest encryption schema. Please run RemoveDiscontinuedFeatures command with EnsureProperEncryption option..."
This issue is related to encryption schema compatibility. You can find the official solution in the Microsoft documentation here:
🔗 Upgrade encryption schema in Analysis Services
Make sure you can connect to your SSAS database using SQL Server Management Studio.
Create and run the following XMLA script in SSMS, replacing "Your DB Name" with your actual database ID:
This worked perfectly for me — sharing here in case it helps you too!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.