The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance 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]})