在矩阵视觉中将总和值从总和值改为平均值(change the value of the Grand total from sum of values to average in the matrix

编程入门 行业动态 更新时间:2024-10-27 00:25:59
在矩阵视觉中将总和值从总和值改为平均值(change the value of the Grand total from sum of values to average in the matrix visual)

我有一个像这样附加的矩阵视觉。 有什么方法可以将总计更改为平均值?

即使在表格视图中,我仍然只有总值,而是希望平均值出现在我的表格末尾。

有什么建议可以实现这个目标吗?

PS:我不想在矩阵或表格中改变我的值来改变平均值然后求和。

I have a matrix visual like this attached. Is there any way I could change the grand total to the average value?

Even in the Table view, I still have only the total value, instead, I want the average value to be present at the end of my table.

Any suggestions to get achieve this, please?

PS: I don't want to change my values inside the matrix or tables to change to average and then sum it.

最满意答案

这可能有助于:

Value = IF ( HASONEVALUE ( YourTable[athlete] ), SUM ( YourTable[Energy] ), AVERAGE ( YourTable[Energy] ) )

This might help:

Value = IF ( HASONEVALUE ( YourTable[athlete] ), SUM ( YourTable[Energy] ), AVERAGE ( YourTable[Energy] ) )

更多推荐

本文发布于:2023-07-27 15:33:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1292437.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:总和   平均值   矩阵   中将   视觉

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!