Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I am trying to create a column that will display the max value from all records in another column in the same table. I've tried Table.Max and List.Max and I'm returning errors.
Solved! Go to Solution.
Hi,
try List.Max(PreviousStepName[Column])
so in my example below my previous step name was Changed Type:
List.Max(#"Changed Type"[Column1])
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Hi,
try List.Max(PreviousStepName[Column])
so in my example below my previous step name was Changed Type:
List.Max(#"Changed Type"[Column1])
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Thank you!!! You explained it so much more clearly than the online resources.
No problem, happy to help 🙂
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.