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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Gerald23
Helper I
Helper I

New Column based on lowest value from other columns

Hi Everyone,

 

I would like to add a new column to my data in Power BI. This New column should contain the lowest value (But not Blank or empty values) from multiple columns.

 

 For example my table looks like this:

Article Nbr

Price 1

Price 2

Price 3

Price 4

123456

1.01

1.05

1.20

3.70

456789

2.50

 

3.16

4.19

321654

1.23

0.98

3.04

 

987654

 

1.52

5.61

2.87

 

And i would like to add a calculated column so that the table will look like this:

Article Nbr

Price 1

Price 2

Price 3

Price 4

New Column

123456

1.01

1.05

1.20

3.70

1.01

456789

2.50

 

3.16

4.19

2.50

321654

1.23

0.98

3.04

 

0.98

987654

 

1.52

5.61

2.87

1.52

 

1 ACCEPTED SOLUTION
johnt75
Super User
Super User

You could try

Min value = MINX( { 'Table'[Price 1], 'Table'[Price 2], 'Table'[Price 3], 'Table'[Price 4]}, [Value])

View solution in original post

2 REPLIES 2
johnt75
Super User
Super User

You could try

Min value = MINX( { 'Table'[Price 1], 'Table'[Price 2], 'Table'[Price 3], 'Table'[Price 4]}, [Value])

Perfect that works 😀

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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