Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am trying to get max from multiple columns in Power Query. I get an error , stating
"Expression.Error: We cannot convert the value 0.15 to type List.Details:
Value=0.15
Type=[Type]"
Any ideas how to remedy?
Solved! Go to Solution.
hello, @jcastr02 you are missing curley braces {} inside List.Max. There must be a list inside this function like this:
each List.Max({[Column1], [Column2],...,[ColumnN]})
hello, @jcastr02 you are missing curley braces {} inside List.Max. There must be a list inside this function like this:
each List.Max({[Column1], [Column2],...,[ColumnN]})
Check out the July 2025 Power BI update to learn about new features.