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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Darrellfone
New Member

Minimum Value of a column based on other column vlaue

Hi there 

I am new to PowerBI so please excuse the simplicity of my question

I have returned data I need to display in to the PowerBI report and can do simple Transformation routines.

However I have too much data and now want to only show the minimum Value of column B based on the value in column A

 

Simple data set

Column A Row 1 = W-001 Column B = 20

Column A Row 2 = W-001 Column B = 30

Column A Row 3 = W-001 Column B = 40

Column A Row 4 = X-002 Column B = 80

Column A Row 5 = X-002 Column B = 90

Column A Row 6 = X-002 Column B = 100

 

I want to filter this data so that I only see 

Column A Row 1 = W-001 Minimum Value Column B = 20

Column A Row 2 = X-002 Minimum Value Column B = 80

 

Any help would be appreciate 

Best regards Darrell

2 ACCEPTED SOLUTIONS
Jihwan_Kim
Super User
Super User

Hi,

I am not sure if I understood your question correctly, but please check the below picture and the attached pbix file.

I tried to create a sample pbix file like below.

 

Jihwan_Kim_0-1732037193093.png

 

 

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

View solution in original post

Anonymous
Not applicable

Hi @Darrellfone ,

 

If you need to create measure, you can use the following expression:

Measure = CALCULATE(MIN('Data'[B]),ALLEXCEPT('Data','Data'[A]))

vtianyichmsft_0-1732066769982.png

 

Hope it helps!

 

Best regards,
Community Support Team_ Scott Chang

 

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

3 REPLIES 3
Jihwan_Kim
Super User
Super User

Hi,

I am not sure if I understood your question correctly, but please check the below picture and the attached pbix file.

I tried to create a sample pbix file like below.

 

Jihwan_Kim_0-1732037193093.png

 

 

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Click here to schedule a short Teams meeting to discuss your question.

Thanks 

I have managed to solve the issue now TVM ๐Ÿ™‚ ๐Ÿ˜€

Anonymous
Not applicable

Hi @Darrellfone ,

 

If you need to create measure, you can use the following expression:

Measure = CALCULATE(MIN('Data'[B]),ALLEXCEPT('Data','Data'[A]))

vtianyichmsft_0-1732066769982.png

 

Hope it helps!

 

Best regards,
Community Support Team_ Scott Chang

 

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

 

Helpful resources

Announcements
November Fabric Update Carousel

Fabric Monthly Update - November 2025

Check out the November 2025 Fabric update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Users online (27)