使用从服务器导入的部署后的 Azure 分析服务(表格)具有重复模型

Azure Analysis Service After Deployment with Import From Server (Tabular) Have Duplicate Model

我已经从 Visual Studio SSDT (2017) 部署了 Azure 分析服务,我正在使用从服务器导入(Azure 分析服务模型中存在的表格)创建新的解决方案。在属性模型中,我们输入了正确的模型和服务器。

部署后,我有这样的生成字符的重复模型:

所以,我有 2 个模型具有相同的 table、行、度量 .. 我的目标是模型是部署

谢谢指教。

当您将 Visual Studio 解决方案中的 Workspace server 设置设置为服务器时,将创建格式为 <project name>_<user ID>_<GUID> 的数据库名称。

这只是一个临时的,在您处理 Visual Studio 解决方案时使用。

如果不想要,可以使用Integrated workspace选项。

这个设置的官方文档在这里: https://docs.microsoft.com/en-us/analysis-services/tabular-models/workspace-database-ssas-tabular?view=asallproducts-allversions

When you create a new tabular model project, you specify an Analysis Services server instance to use while authoring your project:

Integrated workspace - Recommended. Utilizes Visual Studio's own internal instance. Use this setting when creating a project that will be deployed to Azure Analysis Services.

Workspace server - A workspace database is created on an explicit instance, often on the same computer as Visual Studio or another computer in the same network. While you can specify an Azure Analysis Services server, it's not recommended. Using a Power BI workspace as the Workspace server is not supported.