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.
我是 OLAP 新手,我刚刚设计了我的第一个立方体,现在我正在尝试进行一些简单的分析。我有一个简单的时间维度,如下所示:
- Year - Month - DayOfWeek
现在我想总结一下周一的所有措施。我不想知道每年每个月的星期一的度量(我能够做到这一点),但对于所有的星期一。只有一个值。
是否有可能,如果,如何?
谢谢!
是时候分解 AdventureWorks 示例并查看它们的时间维度了。您的维度需要更多属性。应该有按层次结构排列的 Year、Month 和 Date 的属性,但 DayofWeek、MonthofYear 等的属性应该是分开的,如果您需要聚合它们的话。