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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
metin
Frequent Visitor

Calculating Max of a column with grouping based on dates

Hi All,

 

I have an inventory table showing inventory status of products historically. Table looks like as below.

 

Product - Quantity - Inventory Date

Prod. A - 10 - 21.12.2020

Prod. B - 5 - 21.12.2020

Prod. A - 15 - 14.12.2020

Prod. B - 1 - 14.12.2020

Prod. A - 5 - 7.12.2020

Prod. B - 15 - 7.12.2020

 

The two measures I would like to get is, total max / min inventory value based on dates.

On this example total inv. value on each date is,

21.12.2020 - 15

14.12.2020 - 16

7.12.2020 - 20

 

So I expect the max measure to give me the result of 20 (which is 7.12.2020) and min measure to give me the result of 15 (which is 21.12.2020).

 

Looking forward to hear your suggestions & ideas.

 

Thanks,

Metin

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@metin , Try a measure like

maxx(values(Table[Inventory Date]), calculate(Sum(Table[Quantity])))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
metin
Frequent Visitor

@amitchandak Thanks a lot, it is working very well. And one more question, how can I show the date of max or min inventory (from example I would like to see 21.12.2020)?

amitchandak
Super User
Super User

@metin , Try a measure like

maxx(values(Table[Inventory Date]), calculate(Sum(Table[Quantity])))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors