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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
Gianfranco
New Member

Max of calculted colums

Hi,

 

coudl you please help me with the following.

I need to store in a coulumn the max value of other 4 calcualted columns by row

So I have in row 1

column a -> 5,4 (result of a calculation)

column b -> 3 (result of a calculation)

column c -> 9 (result of a calculation)

coulmn d -> 1 (result of a calculation)

 

I need to have a column e -> 9

 

thanks In advance

G

1 ACCEPTED SOLUTION
rsbin
Community Champion
Community Champion

@Gianfranco ,

Others may have a cleaner solution, but I find this works:

e = MAX( [d], MAX( [c], MAX( [a], [b] )))

a          b      c       d        e

5.4 3 9 1 9

 

Regards,

View solution in original post

2 REPLIES 2
Gianfranco
New Member

thanks !!!! 

rsbin
Community Champion
Community Champion

@Gianfranco ,

Others may have a cleaner solution, but I find this works:

e = MAX( [d], MAX( [c], MAX( [a], [b] )))

a          b      c       d        e

5.4 3 9 1 9

 

Regards,

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 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.