【问题标题】:Web Intelligence Sum every 5th rowWeb Intelligence 每 5 行求和
【发布时间】:2020-09-02 17:21:29
【问题描述】:

我需要每隔 5 行求和一次,我可以在 excel 中轻松完成,但不知道如何在 BI 中创建它。 我需要总结 6 mo Usage 列的 Usage。下面是 Excel 公式,因为我发现它不喜欢偏移。 =SUM(OFFSET($L$2,5*INT((ROW()-2)/5),,5))

应该如下图所示

enter image description here

【问题讨论】:

    标签: business-intelligence webi


    【解决方案1】:

    如果有人认为它在他们的项目中有用,我发现它可以工作。

    RowG: =Previous(Self; ([Part Nr.])) + 1

    sum: =(Sum([6 Month Usage] Where ([RowG]

    enter image description here

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-04-30
      • 1970-01-01
      • 2014-04-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多