Forum Discussion
RobertO995
7 years agoFrequent Visitor
list max
Hello all, I need your help with List.Max in PowerBi. I'm totally new in M language and even simply things make a lot of troubles for me. I have separated columns with date and year. For exam...
- 7 years ago
Hi,
Just add the previous step reference in your List.Max function
for example
List.Max(#"Changed Type"[Year])
Zubair_Muhammad
Community Champion
7 years ago
Hi,
Just add the previous step reference in your List.Max function
for example
List.Max(#"Changed Type"[Year])