Power Query- 按最大值分组

huangapple go评论99阅读模式
英文:

Power Query- Group by MAX

问题

使用Power Query时,从表格中获取最大值,但其他列的值不显示。我想要其他列的值。

我想要在“金额”列中获取最大值,包括其他列的值。我也尝试了使用“分组”选项,但只得到了最大值,没有其他列的值。有没有可用的代码?

英文:

When using power query, get a max value from the table, but other column values are not shown. I want other column values.

I want Max Value in the Amount column, including other column values.I used Group By options also and got Max value not other column value.Any code available.

答案1

得分: 1

以下是翻译好的内容:

给定以下示例数据:

Power Query- 按最大值分组

关键是创建一个所有行的列,并展开如下:

Power Query- 按最大值分组

Power Query- 按最大值分组

Power Query- 按最大值分组

英文:

Given the following sample data:

Power Query- 按最大值分组

The trick is to create an all rows column and expand as follows:

Power Query- 按最大值分组

Power Query- 按最大值分组

Power Query- 按最大值分组

huangapple
  • 本文由 发表于 2023年6月19日 13:49:34
  • 转载请务必保留本文链接:https://go.coder-hub.com/76503911.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定