SSAS 仅限于一个分区

SSAS limited to one partition

我在 Azure 上有 SSAS 模型(表格),我正在尝试向 table 添加一个分区。 当我尝试部署我的解决方案时,我收到以下错误消息:

无法将更改保存到服务器。返回错误:"This edition of SQL Server Analysis Services supports only one partition per table."

如何配置允许的分区数?

我找到了解决方案:问题出在我的 Azure 分析服务的定价上。 我将它从基本层 B2 切换到标准层 S1。我现在可以使用多个分区了。