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.
我在 Dashboard Designer for SharePoint 2010 中创建了一个分析网格,如下所示。百分比值按月显示,当它们累积到一年时,它们会被汇总。我想让它取平均值。我不知道我在哪里可以控制它。
我想到了。我们必须在分析服务中将相关 Measure 的 AggregateFunction 从“Sum”更改为“AverageOfChildren”。