Hi, Carrie,
Thank you answer, I selected workspace "Integrated workspace", it still error at last step.
SSAS deploy failure in final step.

I follow tabular , but final step deploy the SSAS, it appear error.
"The database compatibility level of 1200 is below the minimal compatability level of 1470 needed for [model 'Model']::[DiscourageImplicitMeasures] at AnalysisServices mode."
conditons:
Solution: mssql local(Sql sever 2019)/VS 2019/
-
Andrew Lu 116 Reputation points
2021-09-07T09:20:34.563+00:00
1 additional answer
Sort by: Most helpful
-
CarrinWu-MSFT 6,811 Reputation points
2021-09-03T02:24:10.573+00:00 Hi @Andrew Lu ,
This error maybe cause by mismatch compatibility level. SQL Server 2019 is support compatibility level 1200, and I tested it successfully in my side. The project information as below:
SQL Server 2019
Visual studio 2019
Compatibility level: SQL Server 2016 RTM (1200)
Integrated workspaceBefore you change the compatibility level, please specified the server name and try it again:
If it not works, maybe you could try to change the compatibility level to higher one:
By the way, you could download sample Adventure Works tabular and multidimensional model database backups, scripts, and projects from this link. If the sample can be deployed to your server successfully, the error maybe cause by some wrong settings. And you could check the output tab have any other error information.
Best regards,
Carrin
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.