【发布时间】:2019-06-19 00:01:08
【问题描述】:
我是新手,刚开始使用power bi。我有一个表“用户”,列名“日期”和其他一些列。我想选择日期最大的最新记录。我不知道如何使用 dax 或 power 查询来完成此操作。非常感谢任何形式的帮助。
表格
ID AddedDate Value
1 2018/11/01 00:00 105
2 2018/11/02 00:00 101
3 2018/11/03 00:00 101
输出
ID AddedDate Value
3 2018/11/03 00:00 101
【问题讨论】:
-
select the latest record where Date is largest是什么意思?请提供一些示例数据和所需的输出。 -
@Petaflop 我更新了帖子
标签: powerbi powerquery