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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
yoav20007
Helper II
Helper II

help with basic dax min() of date

Hi

how i can find the minimun(the first date for each item) date for each item in this tabale with dax ? 

date              item   min date?

2/1/17             3

1/1/17             3

6/7/17            4

5/5/17           4

1 ACCEPTED SOLUTION
Ashish_Mathur
Super User
Super User

Hi,

 

You posted the same question here.  See my reply at than link.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

4 REPLIES 4
Ashish_Mathur
Super User
Super User

Hi,

 

You posted the same question here.  See my reply at than link.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
v-qiuyu-msft
Community Support
Community Support

Hi @yoav20007,

 

You can create a measure below: 

 

MinDate = CALCULATE(MIN('Table1'[date]),FILTER(ALLSELECTED('Table1'),'Table1'[item]=MAX('Table1'[item]))) 

 

q2.PNG

 

Best Regards,
Qiuyun Yu 

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thank a lot 

Hi @yoav20007.

 

Please mark the relevant response as Answer.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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