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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
yforti
Helper II
Helper II

Need help with last value of measure

Hi guys!

I'm having trouble bringing in the smallest value of a measurement.
I need the lowest value (marked in yellow) to serve as a benchmark to compare the average.

In the graph below I show the values ​​of each product (columns in blue) and the overall average (line in yellow).

I need to create another line that brings the lowest value of each step.

yforti_4-1728071405995.png


Expected result:

yforti_3-1728071358324.png


See that the average will change according to the step:

yforti_5-1728071443397.png

 

Expected result:

yforti_6-1728071489702.png

 

 




 

1 ACCEPTED SOLUTION
parry2k
Super User
Super User

@yforti  try this measure:

 

Minimum Avg = 
MINX ( 
     ALLSELECTED ( 'Yourable'[RegionalDaxPara] ), 
     [Your Existing Measure] 
)


Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi, @yforti 

Thanks for parry2k's reply. Under some measure this formula is successful, if it solves your problem you can accept his method as a solution, if it doesn't work you can share the pbix file without sensitive data for testing.

vyaningymsft_0-1728267844635.png

Best Regards,
Yang

Community Support Team

If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know.
Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

parry2k
Super User
Super User

@yforti  try this measure:

 

Minimum Avg = 
MINX ( 
     ALLSELECTED ( 'Yourable'[RegionalDaxPara] ), 
     [Your Existing Measure] 
)


Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

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.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors