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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric 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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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

Top Solution Authors
Top Kudoed Authors