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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join 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
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.