Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想了解多维数据集如何计算不同级别的值。
我已将 Calc 定义为 Calc = sum(Y 超过 12 个月,包括当前月份)/sum(X 超过 12 个月,不包括当前月份)仅适用于多维数据集中的月份。
手动计算时,月份中的值与预期值匹配。但我不明白立方体如何在季度和年度级别解释这个公式。手动计算时,我无法获得与 calc 列中相同的值。
有人可以解释一下吗?谢谢。