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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 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.

Top Solution Authors
Top Kudoed Authors