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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
RAKESH1986
Helper II
Helper II

how to take column max value in another new column

Hi all,

 

i have these two colum and i want to take max value for this column in new column..

 

here my max value is 113407 and i want to paste this in new cusotm column...

this max value keep on changing..pls help me to solve this issue

 

 

RAKESH1986_0-1672661554376.png

thanks

 

 

 

2 ACCEPTED SOLUTIONS
ronrsnfld
Super User
Super User

Add a custom column with thi formula in the Dialog box:

 

=List.Max(#"Previous Step"[Column Name])

 

Replace `Previous Step` with the name of the step preceding where you are adding the column

Replace `Column Name` with the name of the column you want the Maximum of

View solution in original post

css207
Frequent Visitor

You can use the function "List.Max"

View solution in original post

3 REPLIES 3
VishalJhaveri
Resolver III
Resolver III

Hello @RAKESH1986 ,
Please check this answer already provided on community by other member: Solved: Max value from a column in Power Query Editor - Microsoft Power BI Community
PS: @ronrsnfld has already answered your question, but this question was already posted with an explanation with photo .

css207
Frequent Visitor

You can use the function "List.Max"

ronrsnfld
Super User
Super User

Add a custom column with thi formula in the Dialog box:

 

=List.Max(#"Previous Step"[Column Name])

 

Replace `Previous Step` with the name of the step preceding where you are adding the column

Replace `Column Name` with the name of the column you want the Maximum of

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors