Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I am trying to get the result of 2022 in the calculated column, the minimal year where status = open. I am getting stuck on this formula.
Solved! Go to Solution.
Hi @ScottBrown ,
List.Min(
Table.SelectRows(
#"Changed Type",
each
[Status] = "Open
)[Year]]
)
Regards
KT
Hi @ScottBrown ,
List.Min(
Table.SelectRows(
#"Changed Type",
each
[Status] = "Open
)[Year]]
)
Regards
KT
| User | Count |
|---|---|
| 15 | |
| 8 | |
| 6 | |
| 5 | |
| 5 |