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
Saniat
Helper V
Helper V

Find minimum value in a dynamic breakdown (field parameter) chart

Hi,

I am trying to get the lowest total (amongst all the Job Levels) in by chart below:

Saniat_0-1674904945264.png


To do that I am using this calculation:

MINFTE = MINX(ALLSELECTED('1'[Job Level]) , CALCULATE(SUM('1'[FTE])))

However, it works when my Y-axis is fixed.

If I want to let the user change the Y-axis, I do it using Field Parameter:

Saniat_1-1674905103754.png  Saniat_2-1674905140699.png

 

 

But then my previous calculation to find the minimum does not work - as I have fixed dimension there, and also revised calculation below does not work:

MINFTE2 = MINX(ALLSELECTED('Breakdown By'[Breakdown By]) , CALCULATE(SUM('1'[FTE])))

I will need this minimum value in a measure so I can use it in other calculations.

Is it possible ?




My data structure is quite simple (in case you need it):

Saniat_3-1674905424588.png

Saniat_4-1674905456895.png

 

 

 
Thanks.
0 REPLIES 0

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

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.