Forum Discussion
Anonymous
4 years agoNot applicable
Error: We Cannot Convert a value of Type List to Type Text
Hi, I have an int column in my table that I am tryng to obtain the max of. I am using = List.Max(#"Added Custom1"[Count]) to obtain the max value, however I receive the following error. ...
Anonymous
4 years agoNot applicable
Hi v-jingzhang,
Thank you for your reply.
Unfortunately, the step
= Table.AddColumn(#"Changed Type", "Max Value", each List.Max(#"Changed Type"[Count]))
produces the following
Error: We Cannot Convert a value of Type List to Type Text
v-jingzhang
4 years agoCommunity Support
Hi Anonymous
Are you able to use the User Interface to get the maximum value of Count column? Go to Transform > Statistics > Maximum.
Jing
- Anonymous4 years agoNot applicable
This produces the exact same error message