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
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
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.