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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
lundande
Frequent Visitor

Return a column header based on the rows minimum value

I am new to PowerBI... I am struggling to figure out a way to return a column header based on the minimum value within that row. Can anyone help me with this?

 

 ApplePearGrape  Minimum (Calculated)Returned Value
A123      1Apple
B654      4Grape
C879      7Pear
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @lundande 
For the minimum column.

  1. Go to Edit Queries > Add column menu item > Statistics (Minimum).

For the second part

  1. Then Choose all columns but the minimum and under transform menu item click unpivot selected columns.
  2. Create a visual table. Add a column that returns the minimum fruit name
Returned Value = IF(Fruits[Minimum] = Fruits[Value],Fruits[Attribute],"N/A")
Then you can filter the table, depends on your needs. Here I filtered out N/A

2019-04-18 08_41_45-papercut - Remote Desktop Connection.png

Good luck!

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @lundande 
For the minimum column.

  1. Go to Edit Queries > Add column menu item > Statistics (Minimum).

For the second part

  1. Then Choose all columns but the minimum and under transform menu item click unpivot selected columns.
  2. Create a visual table. Add a column that returns the minimum fruit name
Returned Value = IF(Fruits[Minimum] = Fruits[Value],Fruits[Attribute],"N/A")
Then you can filter the table, depends on your needs. Here I filtered out N/A

2019-04-18 08_41_45-papercut - Remote Desktop Connection.png

Good luck!

Perfect! Thanks for the help AClerk 🙂

Helpful resources

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

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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