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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
ryan_b_fiting
Post Patron
Post Patron

MIN Value in Calculated Column

Hello Community - 

 

I have some housing data that I am trying to create a calculated column with.  I have data for a House Plan Desc and Square Ft.  See Below:

House Plan DescSq Feet
Saxon2560
Saxon2600
Cypress3121
Cypress3150

 

I am looking to create a calcluated column that will combine the House Plan Desc with the MIN Sq Feet value for that plan.

For the above example the Calculated column would show this:

House Plan DescSq FeetHouse Plan Group
Saxon2560Saxon | 2560
Saxon2600Saxon | 2560
Cypress3121Cypress | 3121
Cypress3150Cypress | 3121

 

Is there a quick and efficient way to create that new "House Plan Group" column?

 

Thanks Community!

Ryan

1 ACCEPTED SOLUTION
ribisht17
Super User
Super User

@ryan_b_fiting 

 

This should work 

Solution = CONCATENATE('Table'[House Plan Desc],FORMAT( CALCULATE(MIN('Table'[Sq Feet]),ALLEXCEPT('Table','Table'[House Plan Desc]))," | ####"))
 
ribisht17_0-1660063579480.png

 


 

Thanks,
Ritesh

View solution in original post

2 REPLIES 2
ribisht17
Super User
Super User

@ryan_b_fiting 

 

This should work 

Solution = CONCATENATE('Table'[House Plan Desc],FORMAT( CALCULATE(MIN('Table'[Sq Feet]),ALLEXCEPT('Table','Table'[House Plan Desc]))," | ####"))
 
ribisht17_0-1660063579480.png

 


 

Thanks,
Ritesh

@ribisht17 works perfectly!  Forgot to use the ALLEXCEPT!  Thanks for the insight and quick response!

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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