Excel上的SSAS总计和总计总计错误

时间:2018-11-07 04:51:45

标签: sql-server pivot-table ssas olap cube

我在Excel数据透视表视图上的SSAS结果有问题 https://material-ui.com/api/typography/

为什么行行客户总计和总计的OA dan或Column结果不同 正确的答案是“客户行价值”

这是SSAS上的表达方式

OT

[CustDistinctCount]

OA

AGGREGATE(Lastperiods(4,[Dim Period].[Month Of Year Name].currentmember),[CustDistinctCount])

OR

AGGREGATE(Lastperiods(12,[Dim Period].[Month Of Year Name].currentmember),[CustDistinctCount])

我应该怎么做才能做到这一点?

0 个答案:

没有答案