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

The FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now

Reply
Anonymous
Not applicable

Get the Quantity by the Earliest Date

Hello,

 

I am trying to get the most recent quantity by production week, by Plant (Where it is produced) and by SKU (Item No) depending on the earliest date (version date). Can someone help me with this. I do not mind if it is done in DAX or Power Query. Below is my data view. I have tried groups but when I try to get the quantity it sums all the values up. I dont want that I want what ever was the quantity by the earliest plan version by item.

==========================================================

Example of what I want:

edramir_0-1664993078597.png

If I were to sum the quantity of production week of 9/25/2022 I would get like 900,000 (LBS) because it sums it all. I want to get the last value depending on the earliest or closest date of that production week for that Item and plant level.  Let me know if I need to clarify anything.

 

Below is an example of why the equal dates do not work:

edramir_1-1664993252422.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

I figured it out. I had to use this DAX formula.

 

CALCULATE(SUM('Butter'[Quantity]),FILTER('Butter',Butter[Plan Version]=MAX('Butter'[Plan Version])))

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

I figured it out. I had to use this DAX formula.

 

CALCULATE(SUM('Butter'[Quantity]),FILTER('Butter',Butter[Plan Version]=MAX('Butter'[Plan Version])))
Greg_Deckler
Community Champion
Community Champion

@Anonymous So maybe put Plant, SKU and Latest Plan Version in a table visual along with a Sum of the Quantity? You can use the drop down for Plan Version column in the field well to get Latest. 



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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