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
Anonymous
Not applicable

SOLVED! Calculate the date of first aquisition

Solved with to following measure:

Measure = CALCULATE(MIN('dw_si FactSI'[Date]),VALUES('dw_si FactSI'[MemberCardNo]),ALL())
 

I have the following data, with transactions filtered by August (or any other year/month). I want to calculate the first date that a MembercardNo did a transaction, excluding the Date Slicer.

adriandumitru_0-1669969719540.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Solved with to following measure:

Measure = CALCULATE(MIN('dw_si FactSI'[Date]),VALUES('dw_si FactSI'[MemberCardNo]),ALL())

View solution in original post

2 REPLIES 2
v-easonf-msft
Community Support
Community Support

Hi, @Anonymous 

Thanks for sharing, you can add your reply here and Accept as Solution to close this thread.

More people will learn new things here.

Best Regards,
Community Support Team _ Eason

Anonymous
Not applicable

Solved with to following measure:

Measure = CALCULATE(MIN('dw_si FactSI'[Date]),VALUES('dw_si FactSI'[MemberCardNo]),ALL())

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.

Top Solution Authors