Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
RachelPeck
Frequent Visitor

Add a column that brings back the max value in another column in the same table

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.

 

 

1 ACCEPTED SOLUTION
DOLEARY85
Resident Rockstar
Resident Rockstar

Hi,

 

try List.Max(PreviousStepName[Column])

 

so in my example below my previous step name was Changed Type:

 

List.Max(#"Changed Type"[Column1])

 

DOLEARY85_0-1687380542527.png

 

If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

View solution in original post

3 REPLIES 3
DOLEARY85
Resident Rockstar
Resident Rockstar

Hi,

 

try List.Max(PreviousStepName[Column])

 

so in my example below my previous step name was Changed Type:

 

List.Max(#"Changed Type"[Column1])

 

DOLEARY85_0-1687380542527.png

 

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 🙂

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors